Color Hex Logo

#bb524e Color Hex

#BB524E
(187,82,78)
0 Favorites   0 Comments

Color spaces of #bb524e

RGB 1878278
HSL0.010.440.52
HSV58°73°
CMYK 0.000.560.58   0.27
XYZ24.886017.14949.2063
Yxy17.14940.48570.3347
Hunter Lab41.411834.797015.8075
CIE-Lab48.447742.079623.3349

#bb524e color RGB value is (187,82,78).

#bb524e hex color red value is 187, green value is 82 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bb524e hue: 0.01 , saturation: 0.44 and the lightness value of bb524e is 0.52.

The process color (four color CMYK) of #bb524e color hex is 0.00, 0.56, 0.58, 0.27. Web safe color of #bb524e is #cc6666. Color #bb524e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010010 01001110
Octal 273 122 116
Decimal 187 82 78
Hex BB 52 4E

RGB Percentages of Color #bb524e

%53.89
%23.63
%22.48

CMYK Percentages of Color #bb524e

%0
%56
%58
%27

Triadic Colors of #bb524e

#bb524e #4ebb52 #524ebb

Analogous Colors of #bb524e

#bb524e #bb894e #bb4e81

Monochromatic Colors of #bb524e

#bb524e

Complementary Color

#bb524e #4eb7bb

#bb524e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb524e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb524e Color CSS Codes

.mybgcolor {background-color:#bb524e; } 
.myforecolor {color:#bb524e; }
.mybordercolor {border:3px solid #bb524e; }

#bb524e Text Font Color

<p style="color:#bb524e">Text here</p>

This sample text font color is #bb524e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bb524e Background Color

<div style="background-color:#bb524e">
Div content here</div>

This div background color is #bb524e


#bb524e Border Color

<div style="border:3px solid #bb524e">
Div here</div>

This div border color is #bb524e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,82,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bb524e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bb524e;
  -webkit-box-shadow: 1px 1px 3px 2px #bb524e;
  box-shadow:         1px 1px 3px 2px #bb524e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,82,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bb524e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bb524e;
  -webkit-box-shadow: 1px 1px 3px 2px #bb524e;
  box-shadow:         1px 1px 3px 2px #bb524e;">
Div content here</div>

This div box has shadow with color #bb524e


Comments

No comments written yet.

Please login to write comment.