Color Hex Logo

#bb411a Color Hex

#BB411A
(187,65,26)
0 Favorites   0 Comments

Color spaces of #bb411a

RGB 1876526
HSL0.040.760.42
HSV15°86°73°
CMYK 0.000.650.86   0.27
XYZ22.570314.42002.5710
Yxy14.42000.57050.3645
Hunter Lab37.973739.640622.5674
CIE-Lab44.829347.429847.5004

#bb411a color RGB value is (187,65,26).

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

The process color (four color CMYK) of #bb411a color hex is 0.00, 0.65, 0.86, 0.27. Web safe color of #bb411a is #cc3333. Color #bb411a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000001 00011010
Octal 273 101 32
Decimal 187 65 26
Hex BB 41 1A

RGB Percentages of Color #bb411a

%67.27
%23.38
%9.35

CMYK Percentages of Color #bb411a

%0
%65
%86
%27

Triadic Colors of #bb411a

#bb411a #1abb41 #411abb

Analogous Colors of #bb411a

#bb411a #bb921a #bb1a43

Monochromatic Colors of #bb411a

#bb411a

Complementary Color

#bb411a #1a94bb

#bb411a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb411a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb411a Color CSS Codes

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

#bb411a Text Font Color

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

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


#bb411a Background Color

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

This div background color is #bb411a


#bb411a Border Color

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

This div border color is #bb411a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb411a


Comments

No comments written yet.

Please login to write comment.