Color Hex Logo

#bb412f Color Hex

#BB412F
(187,65,47)
0 Favorites   0 Comments

Color spaces of #bb412f

RGB 1876547
HSL0.020.600.46
HSV75°73°
CMYK 0.000.650.75   0.27
XYZ22.896914.55064.2911
Yxy14.55060.54860.3486
Hunter Lab38.145240.391420.0319
CIE-Lab45.012448.126937.1327

#bb412f color RGB value is (187,65,47).

#bb412f hex color red value is 187, green value is 65 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bb412f hue: 0.02 , saturation: 0.60 and the lightness value of bb412f is 0.46.

The process color (four color CMYK) of #bb412f color hex is 0.00, 0.65, 0.75, 0.27. Web safe color of #bb412f is #cc3333. Color #bb412f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000001 00101111
Octal 273 101 57
Decimal 187 65 47
Hex BB 41 2F

RGB Percentages of Color #bb412f

%62.54
%21.74
%15.72

CMYK Percentages of Color #bb412f

%0
%65
%75
%27

Triadic Colors of #bb412f

#bb412f #2fbb41 #412fbb

Analogous Colors of #bb412f

#bb412f #bb872f #bb2f63

Monochromatic Colors of #bb412f

#bb412f

Complementary Color

#bb412f #2fa9bb

#bb412f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb412f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb412f Color CSS Codes

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

#bb412f Text Font Color

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

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


#bb412f Background Color

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

This div background color is #bb412f


#bb412f Border Color

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

This div border color is #bb412f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb412f


Comments

No comments written yet.

Please login to write comment.