Color Hex Logo

#b7566e Color Hex

#B7566E
(183,86,110)
0 Favorites   0 Comments

Color spaces of #b7566e

RGB 18386110
HSL0.960.400.53
HSV345°53°72°
CMYK 0.000.530.40   0.28
XYZ25.670717.848616.8440
Yxy17.84860.42530.2957
Hunter Lab42.247634.52785.9346
CIE-Lab49.312041.68185.2429

#b7566e color RGB value is (183,86,110).

#b7566e hex color red value is 183, green value is 86 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b7566e hue: 0.96 , saturation: 0.40 and the lightness value of b7566e is 0.53.

The process color (four color CMYK) of #b7566e color hex is 0.00, 0.53, 0.40, 0.28. Web safe color of #b7566e is #cc6666. Color #b7566e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010110 01101110
Octal 267 126 156
Decimal 183 86 110
Hex B7 56 6E

RGB Percentages of Color #b7566e

%48.28
%22.69
%29.02

CMYK Percentages of Color #b7566e

%0
%53
%40
%28

Triadic Colors of #b7566e

#b7566e #6eb756 #566eb7

Analogous Colors of #b7566e

#b7566e #b76f56 #b7569f

Monochromatic Colors of #b7566e

#b7566e

Complementary Color

#b7566e #56b79f

#b7566e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7566e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7566e Color CSS Codes

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

#b7566e Text Font Color

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

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


#b7566e Background Color

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

This div background color is #b7566e


#b7566e Border Color

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

This div border color is #b7566e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7566e


Comments

No comments written yet.

Please login to write comment.