Color Hex Logo

#bb482a Color Hex

#BB482A
(187,72,42)
0 Favorites   0 Comments

Color spaces of #bb482a

RGB 1877242
HSL0.030.630.45
HSV12°78°73°
CMYK 0.000.610.78   0.27
XYZ23.228815.36673.9323
Yxy15.36670.54620.3613
Hunter Lab39.200437.172321.4927
CIE-Lab46.132444.795441.0161

#bb482a color RGB value is (187,72,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001000 00101010
Octal 273 110 52
Decimal 187 72 42
Hex BB 48 2A

RGB Percentages of Color #bb482a

%62.13
%23.92
%13.95

CMYK Percentages of Color #bb482a

%0
%61
%78
%27

Triadic Colors of #bb482a

#bb482a #2abb48 #482abb

Analogous Colors of #bb482a

#bb482a #bb912a #bb2a55

Monochromatic Colors of #bb482a

#bb482a

Complementary Color

#bb482a #2a9dbb

#bb482a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb482a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb482a Color CSS Codes

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

#bb482a Text Font Color

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

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


#bb482a Background Color

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

This div background color is #bb482a


#bb482a Border Color

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

This div border color is #bb482a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,72,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 #bb482a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb482a


Comments

No comments written yet.

Please login to write comment.