Color Hex Logo

#b6423f Color Hex

#B6423F
(182,66,63)
0 Favorites   0 Comments

Color spaces of #b6423f

RGB 1826663
HSL0.000.490.48
HSV65°71°
CMYK 0.000.640.65   0.29
XYZ22.136814.20046.2768
Yxy14.20040.51950.3332
Hunter Lab37.683438.912316.5027
CIE-Lab44.519046.772527.0828

#b6423f color RGB value is (182,66,63).

#b6423f hex color red value is 182, green value is 66 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #b6423f hue: 0.00 , saturation: 0.49 and the lightness value of b6423f is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000010 00111111
Octal 266 102 77
Decimal 182 66 63
Hex B6 42 3F

RGB Percentages of Color #b6423f

%58.52
%21.22
%20.26

CMYK Percentages of Color #b6423f

%0
%64
%65
%29

Triadic Colors of #b6423f

#b6423f #3fb642 #423fb6

Analogous Colors of #b6423f

#b6423f #b67e3f #b63f78

Monochromatic Colors of #b6423f

#b6423f

Complementary Color

#b6423f #3fb3b6

#b6423f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6423f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6423f Color CSS Codes

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

#b6423f Text Font Color

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

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


#b6423f Background Color

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

This div background color is #b6423f


#b6423f Border Color

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

This div border color is #b6423f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6423f


Comments

No comments written yet.

Please login to write comment.