Color Hex Logo

#bb6f6b Color Hex

#BB6F6B
(187,111,107)
0 Favorites   0 Comments

Color spaces of #bb6f6b

RGB 187111107
HSL0.010.370.58
HSV43°73°
CMYK 0.000.410.43   0.27
XYZ28.831822.995216.8288
Yxy22.99520.41990.3349
Hunter Lab47.953323.404412.7600
CIE-Lab55.067429.630015.1984

#bb6f6b color RGB value is (187,111,107).

#bb6f6b hex color red value is 187, green value is 111 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bb6f6b hue: 0.01 , saturation: 0.37 and the lightness value of bb6f6b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101111 01101011
Octal 273 157 153
Decimal 187 111 107
Hex BB 6F 6B

RGB Percentages of Color #bb6f6b

%46.17
%27.41
%26.42

CMYK Percentages of Color #bb6f6b

%0
%41
%43
%27

Triadic Colors of #bb6f6b

#bb6f6b #6bbb6f #6f6bbb

Analogous Colors of #bb6f6b

#bb6f6b #bb976b #bb6b8f

Monochromatic Colors of #bb6f6b

#bb6f6b

Complementary Color

#bb6f6b #6bb7bb

#bb6f6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6f6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6f6b Color CSS Codes

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

#bb6f6b Text Font Color

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

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


#bb6f6b Background Color

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

This div background color is #bb6f6b


#bb6f6b Border Color

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

This div border color is #bb6f6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6f6b


Comments

No comments written yet.

Please login to write comment.