Color Hex Logo

#b6150f Color Hex

#B6150F
(182,21,15)
0 Favorites   0 Comments

Color spaces of #b6150f

RGB 1822115
HSL0.010.850.39
HSV92°71°
CMYK 0.000.880.92   0.29
XYZ19.645810.51591.4463
Yxy10.51590.62150.3327
Hunter Lab32.428251.390220.0554
CIE-Lab38.752959.625347.0359

#b6150f color RGB value is (182,21,15).

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

The process color (four color CMYK) of #b6150f color hex is 0.00, 0.88, 0.92, 0.29. Web safe color of #b6150f is #cc0000. Color #b6150f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010101 00001111
Octal 266 25 17
Decimal 182 21 15
Hex B6 15 F

RGB Percentages of Color #b6150f

%83.49
%9.63
%6.88

CMYK Percentages of Color #b6150f

%0
%88
%92
%29

Triadic Colors of #b6150f

#b6150f #0fb615 #150fb6

Analogous Colors of #b6150f

#b6150f #b6690f #b60f5c

Monochromatic Colors of #b6150f

#b6150f

Complementary Color

#b6150f #0fb0b6

#b6150f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6150f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6150f Color CSS Codes

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

#b6150f Text Font Color

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

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


#b6150f Background Color

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

This div background color is #b6150f


#b6150f Border Color

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

This div border color is #b6150f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6150f


Comments

No comments written yet.

Please login to write comment.