Color Hex Logo

#b07659 Color Hex

#B07659
(176,118,89)
0 Favorites   0 Comments

Color spaces of #b07659

RGB 17611889
HSL0.060.360.52
HSV20°49°69°
CMYK 0.000.330.49   0.31
XYZ26.186122.908212.4928
Yxy22.90820.42520.3720
Hunter Lab47.862513.899918.0282
CIE-Lab54.977719.409325.1909

#b07659 color RGB value is (176,118,89).

#b07659 hex color red value is 176, green value is 118 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #b07659 hue: 0.06 , saturation: 0.36 and the lightness value of b07659 is 0.52.

The process color (four color CMYK) of #b07659 color hex is 0.00, 0.33, 0.49, 0.31. Web safe color of #b07659 is #996666. Color #b07659 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110110 01011001
Octal 260 166 131
Decimal 176 118 89
Hex B0 76 59

RGB Percentages of Color #b07659

%45.95
%30.81
%23.24

CMYK Percentages of Color #b07659

%0
%33
%49
%31

Triadic Colors of #b07659

#b07659 #59b076 #7659b0

Analogous Colors of #b07659

#b07659 #b0a259 #b05968

Monochromatic Colors of #b07659

#b07659

Complementary Color

#b07659 #5993b0

#b07659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07659 Color CSS Codes

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

#b07659 Text Font Color

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

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


#b07659 Background Color

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

This div background color is #b07659


#b07659 Border Color

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

This div border color is #b07659


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,118,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b07659; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b07659;
  -webkit-box-shadow: 1px 1px 3px 2px #b07659;
  box-shadow:         1px 1px 3px 2px #b07659; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,118,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07659


Comments

No comments written yet.

Please login to write comment.