Color Hex Logo

#bb913e Color Hex

#BB913E
(187,145,62)
0 Favorites   0 Comments

Color spaces of #bb913e

RGB 18714562
HSL0.110.500.49
HSV40°67°73°
CMYK 0.000.220.67   0.27
XYZ31.488431.16348.9129
Yxy31.16340.44000.4355
Hunter Lab55.82422.993029.6107
CIE-Lab62.64536.983348.7561

#bb913e color RGB value is (187,145,62).

#bb913e hex color red value is 187, green value is 145 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bb913e hue: 0.11 , saturation: 0.50 and the lightness value of bb913e is 0.49.

The process color (four color CMYK) of #bb913e color hex is 0.00, 0.22, 0.67, 0.27. Web safe color of #bb913e is #cc9933. Color #bb913e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010001 00111110
Octal 273 221 76
Decimal 187 145 62
Hex BB 91 3E

RGB Percentages of Color #bb913e

%47.46
%36.80
%15.74

CMYK Percentages of Color #bb913e

%0
%22
%67
%27

Triadic Colors of #bb913e

#bb913e #3ebb91 #913ebb

Analogous Colors of #bb913e

#bb913e #a7bb3e #bb523e

Monochromatic Colors of #bb913e

#bb913e

Complementary Color

#bb913e #3e68bb

#bb913e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb913e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb913e Color CSS Codes

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

#bb913e Text Font Color

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

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


#bb913e Background Color

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

This div background color is #bb913e


#bb913e Border Color

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

This div border color is #bb913e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb913e


Comments

No comments written yet.

Please login to write comment.