Color Hex Logo

#b7716e Color Hex

#B7716E
(183,113,110)
0 Favorites   0 Comments

Color spaces of #b7716e

RGB 183113110
HSL0.010.340.57
HSV40°72°
CMYK 0.000.380.40   0.28
XYZ28.248023.003317.7031
Yxy23.00330.40970.3336
Hunter Lab47.961821.197911.6888
CIE-Lab55.075727.311113.3853

#b7716e color RGB value is (183,113,110).

#b7716e hex color red value is 183, green value is 113 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b7716e hue: 0.01 , saturation: 0.34 and the lightness value of b7716e is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110001 01101110
Octal 267 161 156
Decimal 183 113 110
Hex B7 71 6E

RGB Percentages of Color #b7716e

%45.07
%27.83
%27.09

CMYK Percentages of Color #b7716e

%0
%38
%40
%28

Triadic Colors of #b7716e

#b7716e #6eb771 #716eb7

Analogous Colors of #b7716e

#b7716e #b7966e #b76e90

Monochromatic Colors of #b7716e

#b7716e

Complementary Color

#b7716e #6eb4b7

#b7716e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7716e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7716e Color CSS Codes

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

#b7716e Text Font Color

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

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


#b7716e Background Color

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

This div background color is #b7716e


#b7716e Border Color

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

This div border color is #b7716e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,113,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 #b7716e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7716e


Comments

No comments written yet.

Please login to write comment.