Color Hex Logo

#b6393f Color Hex

#B6393F
(182,57,63)
0 Favorites   0 Comments

Color spaces of #b6393f

RGB 1825763
HSL0.990.520.47
HSV357°69°71°
CMYK 0.000.690.65   0.29
XYZ21.651713.23026.1151
Yxy13.23020.52810.3227
Hunter Lab36.373342.601115.4935
CIE-Lab43.108150.590225.3195

#b6393f color RGB value is (182,57,63).

#b6393f hex color red value is 182, green value is 57 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #b6393f hue: 0.99 , saturation: 0.52 and the lightness value of b6393f is 0.47.

The process color (four color CMYK) of #b6393f color hex is 0.00, 0.69, 0.65, 0.29. Web safe color of #b6393f is #cc3333. Color #b6393f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111001 00111111
Octal 266 71 77
Decimal 182 57 63
Hex B6 39 3F

RGB Percentages of Color #b6393f

%60.26
%18.87
%20.86

CMYK Percentages of Color #b6393f

%0
%69
%65
%29

Triadic Colors of #b6393f

#b6393f #3fb639 #393fb6

Analogous Colors of #b6393f

#b6393f #b67239 #b6397e

Monochromatic Colors of #b6393f

#b6393f

Complementary Color

#b6393f #39b6b0

#b6393f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6393f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6393f Color CSS Codes

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

#b6393f Text Font Color

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

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


#b6393f Background Color

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

This div background color is #b6393f


#b6393f Border Color

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

This div border color is #b6393f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6393f


Comments

No comments written yet.

Please login to write comment.