Color Hex Logo

#bb914e Color Hex

#BB914E
(187,145,78)
0 Favorites   0 Comments

Color spaces of #bb914e

RGB 18714578
HSL0.100.440.52
HSV37°58°73°
CMYK 0.000.220.58   0.27
XYZ31.994131.365711.5756
Yxy31.36570.42700.4186
Hunter Lab56.00513.963026.9490
CIE-Lab62.81518.093741.1428

#bb914e color RGB value is (187,145,78).

#bb914e hex color red value is 187, green value is 145 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bb914e hue: 0.10 , saturation: 0.44 and the lightness value of bb914e is 0.52.

The process color (four color CMYK) of #bb914e color hex is 0.00, 0.22, 0.58, 0.27. Web safe color of #bb914e is #cc9966. Color #bb914e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010001 01001110
Octal 273 221 116
Decimal 187 145 78
Hex BB 91 4E

RGB Percentages of Color #bb914e

%45.61
%35.37
%19.02

CMYK Percentages of Color #bb914e

%0
%22
%58
%27

Triadic Colors of #bb914e

#bb914e #4ebb91 #914ebb

Analogous Colors of #bb914e

#bb914e #afbb4e #bb5b4e

Monochromatic Colors of #bb914e

#bb914e

Complementary Color

#bb914e #4e78bb

#bb914e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb914e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb914e Color CSS Codes

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

#bb914e Text Font Color

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

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


#bb914e Background Color

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

This div background color is #bb914e


#bb914e Border Color

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

This div border color is #bb914e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb914e


Comments

No comments written yet.

Please login to write comment.