Color Hex Logo

#b07569 Color Hex

#B07569
(176,117,105)
0 Favorites   0 Comments

Color spaces of #b07569

RGB 176117105
HSL0.030.310.55
HSV10°40°69°
CMYK 0.000.340.40   0.31
XYZ26.815622.972616.3854
Yxy22.97260.40520.3472
Hunter Lab47.929715.989613.2818
CIE-Lab55.044121.709416.1093

#b07569 color RGB value is (176,117,105).

#b07569 hex color red value is 176, green value is 117 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #b07569 hue: 0.03 , saturation: 0.31 and the lightness value of b07569 is 0.55.

The process color (four color CMYK) of #b07569 color hex is 0.00, 0.34, 0.40, 0.31. Web safe color of #b07569 is #996666. Color #b07569 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110101 01101001
Octal 260 165 151
Decimal 176 117 105
Hex B0 75 69

RGB Percentages of Color #b07569

%44.22
%29.40
%26.38

CMYK Percentages of Color #b07569

%0
%34
%40
%31

Triadic Colors of #b07569

#b07569 #69b075 #7569b0

Analogous Colors of #b07569

#b07569 #b09969 #b06981

Monochromatic Colors of #b07569

#b07569

Complementary Color

#b07569 #69a4b0

#b07569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07569 Color CSS Codes

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

#b07569 Text Font Color

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

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


#b07569 Background Color

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

This div background color is #b07569


#b07569 Border Color

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

This div border color is #b07569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07569


Comments

No comments written yet.

Please login to write comment.