Color Hex Logo

#b76c6a Color Hex

#B76C6A
(183,108,106)
0 Favorites   0 Comments

Color spaces of #b76c6a

RGB 183108106
HSL0.000.350.57
HSV42°72°
CMYK 0.000.410.42   0.28
XYZ27.492521.833016.4008
Yxy21.83300.41830.3322
Hunter Lab46.725823.255611.8972
CIE-Lab53.849429.595514.0161

#b76c6a color RGB value is (183,108,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101100 01101010
Octal 267 154 152
Decimal 183 108 106
Hex B7 6C 6A

RGB Percentages of Color #b76c6a

%46.10
%27.20
%26.70

CMYK Percentages of Color #b76c6a

%0
%41
%42
%28

Triadic Colors of #b76c6a

#b76c6a #6ab76c #6c6ab7

Analogous Colors of #b76c6a

#b76c6a #b7936a #b76a8f

Monochromatic Colors of #b76c6a

#b76c6a

Complementary Color

#b76c6a #6ab5b7

#b76c6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76c6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76c6a Color CSS Codes

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

#b76c6a Text Font Color

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

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


#b76c6a Background Color

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

This div background color is #b76c6a


#b76c6a Border Color

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

This div border color is #b76c6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76c6a


Comments

No comments written yet.

Please login to write comment.