Color Hex Logo

#b64843 Color Hex

#B64843
(182,72,67)
0 Favorites   0 Comments

Color spaces of #b64843

RGB 1827267
HSL0.010.460.49
HSV63°71°
CMYK 0.000.600.63   0.29
XYZ22.621914.98517.0103
Yxy14.98510.50700.3359
Hunter Lab38.710636.569216.3603
CIE-Lab45.613844.284326.0711

#b64843 color RGB value is (182,72,67).

#b64843 hex color red value is 182, green value is 72 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #b64843 hue: 0.01 , saturation: 0.46 and the lightness value of b64843 is 0.49.

The process color (four color CMYK) of #b64843 color hex is 0.00, 0.60, 0.63, 0.29. Web safe color of #b64843 is #cc3333. Color #b64843 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001000 01000011
Octal 266 110 103
Decimal 182 72 67
Hex B6 48 43

RGB Percentages of Color #b64843

%56.70
%22.43
%20.87

CMYK Percentages of Color #b64843

%0
%60
%63
%29

Triadic Colors of #b64843

#b64843 #43b648 #4843b6

Analogous Colors of #b64843

#b64843 #b68243 #b64378

Monochromatic Colors of #b64843

#b64843

Complementary Color

#b64843 #43b1b6

#b64843 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64843 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64843 Color CSS Codes

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

#b64843 Text Font Color

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

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


#b64843 Background Color

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

This div background color is #b64843


#b64843 Border Color

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

This div border color is #b64843


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64843


Comments

No comments written yet.

Please login to write comment.