Color Hex Logo

#b6564b Color Hex

#B6564B
(182,86,75)
0 Favorites   0 Comments

Color spaces of #b6564b

RGB 1828675
HSL0.020.420.50
HSV59°71°
CMYK 0.000.530.59   0.29
XYZ23.889217.10878.6998
Yxy17.10870.48070.3443
Hunter Lab41.362730.708816.4834
CIE-Lab48.396737.970424.8872

#b6564b color RGB value is (182,86,75).

#b6564b hex color red value is 182, green value is 86 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #b6564b hue: 0.02 , saturation: 0.42 and the lightness value of b6564b is 0.50.

The process color (four color CMYK) of #b6564b color hex is 0.00, 0.53, 0.59, 0.29. Web safe color of #b6564b is #cc6633. Color #b6564b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010110 01001011
Octal 266 126 113
Decimal 182 86 75
Hex B6 56 4B

RGB Percentages of Color #b6564b

%53.06
%25.07
%21.87

CMYK Percentages of Color #b6564b

%0
%53
%59
%29

Triadic Colors of #b6564b

#b6564b #4bb656 #564bb6

Analogous Colors of #b6564b

#b6564b #b68c4b #b64b76

Monochromatic Colors of #b6564b

#b6564b

Complementary Color

#b6564b #4babb6

#b6564b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6564b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6564b Color CSS Codes

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

#b6564b Text Font Color

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

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


#b6564b Background Color

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

This div background color is #b6564b


#b6564b Border Color

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

This div border color is #b6564b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6564b


Comments

No comments written yet.

Please login to write comment.