Color Hex Logo

#bb847e Color Hex

#BB847E
(187,132,126)
0 Favorites   0 Comments

Color spaces of #bb847e

RGB 187132126
HSL0.020.310.61
HSV33°73°
CMYK 0.000.290.33   0.27
XYZ32.510728.573723.5404
Yxy28.57370.38420.3377
Hunter Lab53.454415.017711.3077
CIE-Lab60.403520.350511.6934

#bb847e color RGB value is (187,132,126).

#bb847e hex color red value is 187, green value is 132 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bb847e hue: 0.02 , saturation: 0.31 and the lightness value of bb847e is 0.61.

The process color (four color CMYK) of #bb847e color hex is 0.00, 0.29, 0.33, 0.27. Web safe color of #bb847e is #cc9966. Color #bb847e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000100 01111110
Octal 273 204 176
Decimal 187 132 126
Hex BB 84 7E

RGB Percentages of Color #bb847e

%42.02
%29.66
%28.31

CMYK Percentages of Color #bb847e

%0
%29
%33
%27

Triadic Colors of #bb847e

#bb847e #7ebb84 #847ebb

Analogous Colors of #bb847e

#bb847e #bba37e #bb7e97

Monochromatic Colors of #bb847e

#bb847e

Complementary Color

#bb847e #7eb5bb

#bb847e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb847e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb847e Color CSS Codes

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

#bb847e Text Font Color

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

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


#bb847e Background Color

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

This div background color is #bb847e


#bb847e Border Color

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

This div border color is #bb847e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb847e


Comments

No comments written yet.

Please login to write comment.