Color Hex Logo

#bb482f Color Hex

#BB482F
(187,72,47)
0 Favorites   0 Comments

Color spaces of #bb482f

RGB 1877247
HSL0.030.600.46
HSV11°75°73°
CMYK 0.000.610.75   0.27
XYZ23.324015.40484.4334
Yxy15.40480.54040.3569
Hunter Lab39.248937.389420.7771
CIE-Lab46.183745.000838.4079

#bb482f color RGB value is (187,72,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001000 00101111
Octal 273 110 57
Decimal 187 72 47
Hex BB 48 2F

RGB Percentages of Color #bb482f

%61.11
%23.53
%15.36

CMYK Percentages of Color #bb482f

%0
%61
%75
%27

Triadic Colors of #bb482f

#bb482f #2fbb48 #482fbb

Analogous Colors of #bb482f

#bb482f #bb8e2f #bb2f5c

Monochromatic Colors of #bb482f

#bb482f

Complementary Color

#bb482f #2fa2bb

#bb482f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb482f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb482f Color CSS Codes

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

#bb482f Text Font Color

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

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


#bb482f Background Color

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

This div background color is #bb482f


#bb482f Border Color

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

This div border color is #bb482f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb482f


Comments

No comments written yet.

Please login to write comment.