Color Hex Logo

#bb401d Color Hex

#BB401D
(187,64,29)
0 Favorites   0 Comments

Color spaces of #bb401d

RGB 1876429
HSL0.040.730.42
HSV13°84°73°
CMYK 0.000.660.84   0.27
XYZ22.548714.32032.7380
Yxy14.32030.56930.3616
Hunter Lab37.842240.137522.1997
CIE-Lab44.688847.936746.0417

#bb401d color RGB value is (187,64,29).

#bb401d hex color red value is 187, green value is 64 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bb401d hue: 0.04 , saturation: 0.73 and the lightness value of bb401d is 0.42.

The process color (four color CMYK) of #bb401d color hex is 0.00, 0.66, 0.84, 0.27. Web safe color of #bb401d is #cc3333. Color #bb401d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000000 00011101
Octal 273 100 35
Decimal 187 64 29
Hex BB 40 1D

RGB Percentages of Color #bb401d

%66.79
%22.86
%10.36

CMYK Percentages of Color #bb401d

%0
%66
%84
%27

Triadic Colors of #bb401d

#bb401d #1dbb40 #401dbb

Analogous Colors of #bb401d

#bb401d #bb8f1d #bb1d49

Monochromatic Colors of #bb401d

#bb401d

Complementary Color

#bb401d #1d98bb

#bb401d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb401d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb401d Color CSS Codes

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

#bb401d Text Font Color

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

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


#bb401d Background Color

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

This div background color is #bb401d


#bb401d Border Color

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

This div border color is #bb401d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb401d


Comments

No comments written yet.

Please login to write comment.