Color Hex Logo

#b6323e Color Hex

#B6323E
(182,50,62)
0 Favorites   0 Comments

Color spaces of #b6323e

RGB 1825062
HSL0.980.570.45
HSV355°73°71°
CMYK 0.000.730.66   0.29
XYZ21.301512.57415.8618
Yxy12.57410.53610.3164
Hunter Lab35.460045.173515.0209
CIE-Lab42.114453.218024.6787

#b6323e color RGB value is (182,50,62).

#b6323e hex color red value is 182, green value is 50 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #b6323e hue: 0.98 , saturation: 0.57 and the lightness value of b6323e is 0.45.

The process color (four color CMYK) of #b6323e color hex is 0.00, 0.73, 0.66, 0.29. Web safe color of #b6323e is #cc3333. Color #b6323e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110010 00111110
Octal 266 62 76
Decimal 182 50 62
Hex B6 32 3E

RGB Percentages of Color #b6323e

%61.90
%17.01
%21.09

CMYK Percentages of Color #b6323e

%0
%73
%66
%29

Triadic Colors of #b6323e

#b6323e #3eb632 #323eb6

Analogous Colors of #b6323e

#b6323e #b66832 #b63280

Monochromatic Colors of #b6323e

#b6323e

Complementary Color

#b6323e #32b6aa

#b6323e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6323e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6323e Color CSS Codes

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

#b6323e Text Font Color

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

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


#b6323e Background Color

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

This div background color is #b6323e


#b6323e Border Color

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

This div border color is #b6323e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6323e


Comments

No comments written yet.

Please login to write comment.