Color Hex Logo

#bb380e Color Hex

#BB380E
(187,56,14)
0 Favorites   0 Comments

Color spaces of #bb380e

RGB 1875614
HSL0.040.860.39
HSV15°93°73°
CMYK 0.000.700.93   0.27
XYZ21.987013.42481.8479
Yxy13.42480.59010.3603
Hunter Lab36.639942.995222.6577
CIE-Lab43.396550.915451.0109

#bb380e color RGB value is (187,56,14).

#bb380e hex color red value is 187, green value is 56 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bb380e hue: 0.04 , saturation: 0.86 and the lightness value of bb380e is 0.39.

The process color (four color CMYK) of #bb380e color hex is 0.00, 0.70, 0.93, 0.27. Web safe color of #bb380e is #cc3300. Color #bb380e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111000 00001110
Octal 273 70 16
Decimal 187 56 14
Hex BB 38 E

RGB Percentages of Color #bb380e

%72.76
%21.79
%5.45

CMYK Percentages of Color #bb380e

%0
%70
%93
%27

Triadic Colors of #bb380e

#bb380e #0ebb38 #380ebb

Analogous Colors of #bb380e

#bb380e #bb8f0e #bb0e3a

Monochromatic Colors of #bb380e

#bb380e

Complementary Color

#bb380e #0e91bb

#bb380e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb380e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb380e Color CSS Codes

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

#bb380e Text Font Color

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

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


#bb380e Background Color

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

This div background color is #bb380e


#bb380e Border Color

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

This div border color is #bb380e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb380e


Comments

No comments written yet.

Please login to write comment.