Color Hex Logo

#b64742 Color Hex

#B64742
(182,71,66)
0 Favorites   0 Comments

Color spaces of #b64742

RGB 1827166
HSL0.010.470.49
HSV64°71°
CMYK 0.000.610.64   0.29
XYZ22.528014.84496.8323
Yxy14.84490.50960.3358
Hunter Lab38.529136.943316.4566
CIE-Lab45.421044.685826.4230

#b64742 color RGB value is (182,71,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000111 01000010
Octal 266 107 102
Decimal 182 71 66
Hex B6 47 42

RGB Percentages of Color #b64742

%57.05
%22.26
%20.69

CMYK Percentages of Color #b64742

%0
%61
%64
%29

Triadic Colors of #b64742

#b64742 #42b647 #4742b6

Analogous Colors of #b64742

#b64742 #b68142 #b64277

Monochromatic Colors of #b64742

#b64742

Complementary Color

#b64742 #42b1b6

#b64742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64742 Color CSS Codes

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

#b64742 Text Font Color

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

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


#b64742 Background Color

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

This div background color is #b64742


#b64742 Border Color

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

This div border color is #b64742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64742


Comments

No comments written yet.

Please login to write comment.