Color Hex Logo

#b6290f Color Hex

#B6290F
(182,41,15)
0 Favorites   0 Comments

Color spaces of #b6290f

RGB 1824115
HSL0.030.850.39
HSV92°71°
CMYK 0.000.770.92   0.29
XYZ20.170611.56541.6212
Yxy11.56540.60470.3467
Hunter Lab34.007946.357020.9791
CIE-Lab40.516954.631148.2402

#b6290f color RGB value is (182,41,15).

#b6290f hex color red value is 182, green value is 41 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b6290f hue: 0.03 , saturation: 0.85 and the lightness value of b6290f is 0.39.

The process color (four color CMYK) of #b6290f color hex is 0.00, 0.77, 0.92, 0.29. Web safe color of #b6290f is #cc3300. Color #b6290f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00101001 00001111
Octal 266 51 17
Decimal 182 41 15
Hex B6 29 F

RGB Percentages of Color #b6290f

%76.47
%17.23
%6.30

CMYK Percentages of Color #b6290f

%0
%77
%92
%29

Triadic Colors of #b6290f

#b6290f #0fb629 #290fb6

Analogous Colors of #b6290f

#b6290f #b67d0f #b60f49

Monochromatic Colors of #b6290f

#b6290f

Complementary Color

#b6290f #0f9cb6

#b6290f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6290f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6290f Color CSS Codes

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

#b6290f Text Font Color

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

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


#b6290f Background Color

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

This div background color is #b6290f


#b6290f Border Color

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

This div border color is #b6290f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,41,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6290f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6290f;
  -webkit-box-shadow: 1px 1px 3px 2px #b6290f;
  box-shadow:         1px 1px 3px 2px #b6290f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,41,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6290f


Comments

No comments written yet.

Please login to write comment.