Color Hex Logo

#bb382f Color Hex

#BB382F
(187,56,47)
0 Favorites   0 Comments

Color spaces of #bb382f

RGB 1875647
HSL0.010.600.46
HSV75°73°
CMYK 0.000.700.75   0.27
XYZ22.420813.59844.1324
Yxy13.59840.55840.3387
Hunter Lab36.876043.995919.1690
CIE-Lab43.651451.822035.6357

#bb382f color RGB value is (187,56,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111000 00101111
Octal 273 70 57
Decimal 187 56 47
Hex BB 38 2F

RGB Percentages of Color #bb382f

%64.48
%19.31
%16.21

CMYK Percentages of Color #bb382f

%0
%70
%75
%27

Triadic Colors of #bb382f

#bb382f #2fbb38 #382fbb

Analogous Colors of #bb382f

#bb382f #bb7e2f #bb2f6c

Monochromatic Colors of #bb382f

#bb382f

Complementary Color

#bb382f #2fb2bb

#bb382f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb382f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb382f Color CSS Codes

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

#bb382f Text Font Color

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

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


#bb382f Background Color

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

This div background color is #bb382f


#bb382f Border Color

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

This div border color is #bb382f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb382f


Comments

No comments written yet.

Please login to write comment.