Color Hex Logo

#bb676e Color Hex

#BB676E
(187,103,110)
0 Favorites   0 Comments

Color spaces of #bb676e

RGB 187103110
HSL0.990.380.57
HSV355°45°73°
CMYK 0.000.450.41   0.27
XYZ28.158221.391117.3966
Yxy21.39110.42060.3195
Hunter Lab46.250527.735810.0741
CIE-Lab53.374934.288311.0865

#bb676e color RGB value is (187,103,110).

#bb676e hex color red value is 187, green value is 103 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bb676e hue: 0.99 , saturation: 0.38 and the lightness value of bb676e is 0.57.

The process color (four color CMYK) of #bb676e color hex is 0.00, 0.45, 0.41, 0.27. Web safe color of #bb676e is #cc6666. Color #bb676e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100111 01101110
Octal 273 147 156
Decimal 187 103 110
Hex BB 67 6E

RGB Percentages of Color #bb676e

%46.75
%25.75
%27.50

CMYK Percentages of Color #bb676e

%0
%45
%41
%27

Triadic Colors of #bb676e

#bb676e #6ebb67 #676ebb

Analogous Colors of #bb676e

#bb676e #bb8a67 #bb6798

Monochromatic Colors of #bb676e

#bb676e

Complementary Color

#bb676e #67bbb4

#bb676e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb676e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb676e Color CSS Codes

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

#bb676e Text Font Color

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

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


#bb676e Background Color

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

This div background color is #bb676e


#bb676e Border Color

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

This div border color is #bb676e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb676e


Comments

No comments written yet.

Please login to write comment.