Color Hex Logo

#bb877a Color Hex

#BB877A
(187,135,122)
0 Favorites   0 Comments

Color spaces of #bb877a

RGB 187135122
HSL0.030.320.61
HSV12°35°73°
CMYK 0.000.280.35   0.27
XYZ32.670329.297922.3455
Yxy29.29790.38750.3475
Hunter Lab54.127513.015913.4126
CIE-Lab61.043618.162714.8634

#bb877a color RGB value is (187,135,122).

#bb877a hex color red value is 187, green value is 135 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bb877a hue: 0.03 , saturation: 0.32 and the lightness value of bb877a is 0.61.

The process color (four color CMYK) of #bb877a color hex is 0.00, 0.28, 0.35, 0.27. Web safe color of #bb877a is #cc9966. Color #bb877a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000111 01111010
Octal 273 207 172
Decimal 187 135 122
Hex BB 87 7A

RGB Percentages of Color #bb877a

%42.12
%30.41
%27.48

CMYK Percentages of Color #bb877a

%0
%28
%35
%27

Triadic Colors of #bb877a

#bb877a #7abb87 #877abb

Analogous Colors of #bb877a

#bb877a #bba87a #bb7a8e

Monochromatic Colors of #bb877a

#bb877a

Complementary Color

#bb877a #7aaebb

#bb877a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb877a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb877a Color CSS Codes

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

#bb877a Text Font Color

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

This sample text font color is #bb877a
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.


#bb877a Background Color

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

This div background color is #bb877a


#bb877a Border Color

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

This div border color is #bb877a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb877a

#bb877a Color Palettes


Comments

No comments written yet.

Please login to write comment.