Color Hex Logo

#bb946b Color Hex

#BB946B
(187,148,107)
0 Favorites   0 Comments

Color spaces of #bb946b

RGB 187148107
HSL0.090.370.58
HSV31°43°73°
CMYK 0.000.210.43   0.27
XYZ33.737332.806118.4640
Yxy32.80610.39690.3859
Hunter Lab57.27664.906720.9806
CIE-Lab64.00369.176527.2361

#bb946b color RGB value is (187,148,107).

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

The process color (four color CMYK) of #bb946b color hex is 0.00, 0.21, 0.43, 0.27. Web safe color of #bb946b is #cc9966. Color #bb946b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010100 01101011
Octal 273 224 153
Decimal 187 148 107
Hex BB 94 6B

RGB Percentages of Color #bb946b

%42.31
%33.48
%24.21

CMYK Percentages of Color #bb946b

%0
%21
%43
%27

Triadic Colors of #bb946b

#bb946b #6bbb94 #946bbb

Analogous Colors of #bb946b

#bb946b #babb6b #bb6c6b

Monochromatic Colors of #bb946b

#bb946b

Complementary Color

#bb946b #6b92bb

#bb946b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb946b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb946b Color CSS Codes

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

#bb946b Text Font Color

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

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


#bb946b Background Color

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

This div background color is #bb946b


#bb946b Border Color

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

This div border color is #bb946b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,148,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 #bb946b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb946b


Comments

No comments written yet.

Please login to write comment.