Color Hex Logo

#bb442a Color Hex

#BB442A
(187,68,42)
0 Favorites   0 Comments

Color spaces of #bb442a

RGB 1876842
HSL0.030.630.45
HSV11°78°73°
CMYK 0.000.640.78   0.27
XYZ22.978614.86623.8488
Yxy14.86620.55110.3566
Hunter Lab38.556738.906221.0713
CIE-Lab45.450446.608740.3115

#bb442a color RGB value is (187,68,42).

#bb442a hex color red value is 187, green value is 68 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bb442a hue: 0.03 , saturation: 0.63 and the lightness value of bb442a is 0.45.

The process color (four color CMYK) of #bb442a color hex is 0.00, 0.64, 0.78, 0.27. Web safe color of #bb442a is #cc3333. Color #bb442a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000100 00101010
Octal 273 104 52
Decimal 187 68 42
Hex BB 44 2A

RGB Percentages of Color #bb442a

%62.96
%22.90
%14.14

CMYK Percentages of Color #bb442a

%0
%64
%78
%27

Triadic Colors of #bb442a

#bb442a #2abb44 #442abb

Analogous Colors of #bb442a

#bb442a #bb8d2a #bb2a58

Monochromatic Colors of #bb442a

#bb442a

Complementary Color

#bb442a #2aa1bb

#bb442a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb442a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb442a Color CSS Codes

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

#bb442a Text Font Color

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

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


#bb442a Background Color

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

This div background color is #bb442a


#bb442a Border Color

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

This div border color is #bb442a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb442a


Comments

No comments written yet.

Please login to write comment.