Color Hex Logo

#bb491e Color Hex

#BB491E
(187,73,30)
0 Favorites   0 Comments

Color spaces of #bb491e

RGB 1877330
HSL0.050.720.43
HSV16°84°73°
CMYK 0.000.610.84   0.27
XYZ23.110415.42362.9873
Yxy15.42360.55660.3715
Hunter Lab39.272936.312022.9811
CIE-Lab46.209043.933346.9358

#bb491e color RGB value is (187,73,30).

#bb491e hex color red value is 187, green value is 73 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bb491e hue: 0.05 , saturation: 0.72 and the lightness value of bb491e is 0.43.

The process color (four color CMYK) of #bb491e color hex is 0.00, 0.61, 0.84, 0.27. Web safe color of #bb491e is #cc3333. Color #bb491e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001001 00011110
Octal 273 111 36
Decimal 187 73 30
Hex BB 49 1E

RGB Percentages of Color #bb491e

%64.48
%25.17
%10.34

CMYK Percentages of Color #bb491e

%0
%61
%84
%27

Triadic Colors of #bb491e

#bb491e #1ebb49 #491ebb

Analogous Colors of #bb491e

#bb491e #bb981e #bb1e42

Monochromatic Colors of #bb491e

#bb491e

Complementary Color

#bb491e #1e90bb

#bb491e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb491e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb491e Color CSS Codes

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

#bb491e Text Font Color

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

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


#bb491e Background Color

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

This div background color is #bb491e


#bb491e Border Color

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

This div border color is #bb491e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb491e


Comments

No comments written yet.

Please login to write comment.