Color Hex Logo

#b7516a Color Hex

#B7516A
(183,81,106)
0 Favorites   0 Comments

Color spaces of #b7516a

RGB 18381106
HSL0.960.410.52
HSV345°56°72°
CMYK 0.000.560.42   0.28
XYZ25.072416.992715.5941
Yxy16.99270.43480.2947
Hunter Lab41.222236.42946.4265
CIE-Lab48.250843.72496.1375

#b7516a color RGB value is (183,81,106).

#b7516a hex color red value is 183, green value is 81 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b7516a hue: 0.96 , saturation: 0.41 and the lightness value of b7516a is 0.52.

The process color (four color CMYK) of #b7516a color hex is 0.00, 0.56, 0.42, 0.28. Web safe color of #b7516a is #cc6666. Color #b7516a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010001 01101010
Octal 267 121 152
Decimal 183 81 106
Hex B7 51 6A

RGB Percentages of Color #b7516a

%49.46
%21.89
%28.65

CMYK Percentages of Color #b7516a

%0
%56
%42
%28

Triadic Colors of #b7516a

#b7516a #6ab751 #516ab7

Analogous Colors of #b7516a

#b7516a #b76b51 #b7519d

Monochromatic Colors of #b7516a

#b7516a

Complementary Color

#b7516a #51b79e

#b7516a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7516a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7516a Color CSS Codes

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

#b7516a Text Font Color

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

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


#b7516a Background Color

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

This div background color is #b7516a


#b7516a Border Color

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

This div border color is #b7516a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7516a


Comments

No comments written yet.

Please login to write comment.