Color Hex Logo

#b6423c Color Hex

#B6423C
(182,66,60)
0 Favorites   0 Comments

Color spaces of #b6423c

RGB 1826660
HSL0.010.500.47
HSV67°71°
CMYK 0.000.640.67   0.29
XYZ22.055214.16785.8472
Yxy14.16780.52420.3368
Hunter Lab37.640138.721617.1377
CIE-Lab44.472646.593828.8073

#b6423c color RGB value is (182,66,60).

#b6423c hex color red value is 182, green value is 66 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #b6423c hue: 0.01 , saturation: 0.50 and the lightness value of b6423c is 0.47.

The process color (four color CMYK) of #b6423c color hex is 0.00, 0.64, 0.67, 0.29. Web safe color of #b6423c is #cc3333. Color #b6423c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000010 00111100
Octal 266 102 74
Decimal 182 66 60
Hex B6 42 3C

RGB Percentages of Color #b6423c

%59.09
%21.43
%19.48

CMYK Percentages of Color #b6423c

%0
%64
%67
%29

Triadic Colors of #b6423c

#b6423c #3cb642 #423cb6

Analogous Colors of #b6423c

#b6423c #b67f3c #b63c73

Monochromatic Colors of #b6423c

#b6423c

Complementary Color

#b6423c #3cb0b6

#b6423c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6423c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6423c Color CSS Codes

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

#b6423c Text Font Color

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

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


#b6423c Background Color

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

This div background color is #b6423c


#b6423c Border Color

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

This div border color is #b6423c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6423c


Comments

No comments written yet.

Please login to write comment.