Color Hex Logo

#b6093f Color Hex

#B6093F
(182,9,63)
0 Favorites   0 Comments

Color spaces of #b6093f

RGB 182963
HSL0.950.910.37
HSV341°95°71°
CMYK 0.000.950.65   0.29
XYZ20.286310.49935.6600
Yxy10.49930.55660.2881
Hunter Lab32.402655.048812.3252
CIE-Lab38.724062.928019.7100

#b6093f color RGB value is (182,9,63).

#b6093f hex color red value is 182, green value is 9 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #b6093f hue: 0.95 , saturation: 0.91 and the lightness value of b6093f is 0.37.

The process color (four color CMYK) of #b6093f color hex is 0.00, 0.95, 0.65, 0.29. Web safe color of #b6093f is #cc0033. Color #b6093f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001001 00111111
Octal 266 11 77
Decimal 182 9 63
Hex B6 9 3F

RGB Percentages of Color #b6093f

%71.65
%3.54
%24.80

CMYK Percentages of Color #b6093f

%0
%95
%65
%29

Triadic Colors of #b6093f

#b6093f #3fb609 #093fb6

Analogous Colors of #b6093f

#b6093f #b62a09 #b60996

Monochromatic Colors of #b6093f

#b6093f

Complementary Color

#b6093f #09b680

#b6093f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6093f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6093f Color CSS Codes

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

#b6093f Text Font Color

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

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


#b6093f Background Color

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

This div background color is #b6093f


#b6093f Border Color

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

This div border color is #b6093f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6093f


Comments

No comments written yet.

Please login to write comment.