Color Hex Logo

#bb451c Color Hex

#BB451C
(187,69,28)
0 Favorites   0 Comments

Color spaces of #bb451c

RGB 1876928
HSL0.040.740.42
HSV15°85°73°
CMYK 0.000.630.85   0.27
XYZ22.831214.90492.7722
Yxy14.90490.56360.3679
Hunter Lab38.606937.998722.7674
CIE-Lab45.503745.711747.2037

#bb451c color RGB value is (187,69,28).

#bb451c hex color red value is 187, green value is 69 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #bb451c hue: 0.04 , saturation: 0.74 and the lightness value of bb451c is 0.42.

The process color (four color CMYK) of #bb451c color hex is 0.00, 0.63, 0.85, 0.27. Web safe color of #bb451c is #cc3333. Color #bb451c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000101 00011100
Octal 273 105 34
Decimal 187 69 28
Hex BB 45 1C

RGB Percentages of Color #bb451c

%65.85
%24.30
%9.86

CMYK Percentages of Color #bb451c

%0
%63
%85
%27

Triadic Colors of #bb451c

#bb451c #1cbb45 #451cbb

Analogous Colors of #bb451c

#bb451c #bb951c #bb1c43

Monochromatic Colors of #bb451c

#bb451c

Complementary Color

#bb451c #1c92bb

#bb451c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb451c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb451c Color CSS Codes

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

#bb451c Text Font Color

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

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


#bb451c Background Color

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

This div background color is #bb451c


#bb451c Border Color

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

This div border color is #bb451c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb451c


Comments

No comments written yet.

Please login to write comment.