Color Hex Logo

#b7716a Color Hex

#B7716A
(183,113,106)
0 Favorites   0 Comments

Color spaces of #b7716a

RGB 183113106
HSL0.020.350.57
HSV42°72°
CMYK 0.000.380.42   0.28
XYZ28.035122.918116.5817
Yxy22.91810.41510.3394
Hunter Lab47.872920.754912.9747
CIE-Lab54.987926.849415.5892

#b7716a color RGB value is (183,113,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110001 01101010
Octal 267 161 152
Decimal 183 113 106
Hex B7 71 6A

RGB Percentages of Color #b7716a

%45.52
%28.11
%26.37

CMYK Percentages of Color #b7716a

%0
%38
%42
%28

Triadic Colors of #b7716a

#b7716a #6ab771 #716ab7

Analogous Colors of #b7716a

#b7716a #b7986a #b76a8a

Monochromatic Colors of #b7716a

#b7716a

Complementary Color

#b7716a #6ab0b7

#b7716a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7716a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7716a Color CSS Codes

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

#b7716a Text Font Color

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

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


#b7716a Background Color

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

This div background color is #b7716a


#b7716a Border Color

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

This div border color is #b7716a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7716a


Comments

No comments written yet.

Please login to write comment.