Color Hex Logo

#b09b77 Color Hex

#B09B77
(176,155,119)
0 Favorites   0 Comments

Color spaces of #b09b77

RGB 176155119
HSL0.110.270.58
HSV38°32°69°
CMYK 0.000.120.32   0.31
XYZ32.955634.004722.2794
Yxy34.00470.36930.3810
Hunter Lab58.3135-1.170418.1670
CIE-Lab64.96632.271321.7430

#b09b77 color RGB value is (176,155,119).

#b09b77 hex color red value is 176, green value is 155 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #b09b77 hue: 0.11 , saturation: 0.27 and the lightness value of b09b77 is 0.58.

The process color (four color CMYK) of #b09b77 color hex is 0.00, 0.12, 0.32, 0.31. Web safe color of #b09b77 is #999966. Color #b09b77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011011 01110111
Octal 260 233 167
Decimal 176 155 119
Hex B0 9B 77

RGB Percentages of Color #b09b77

%39.11
%34.44
%26.44

CMYK Percentages of Color #b09b77

%0
%12
%32
%31

Triadic Colors of #b09b77

#b09b77 #77b09b #9b77b0

Analogous Colors of #b09b77

#b09b77 #a9b077 #b07f77

Monochromatic Colors of #b09b77

#b09b77

Complementary Color

#b09b77 #778cb0

#b09b77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09b77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09b77 Color CSS Codes

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

#b09b77 Text Font Color

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

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


#b09b77 Background Color

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

This div background color is #b09b77


#b09b77 Border Color

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

This div border color is #b09b77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09b77


Comments

No comments written yet.

Please login to write comment.