Color Hex Logo

#b09869 Color Hex

#B09869
(176,152,105)
0 Favorites   0 Comments

Color spaces of #b09869

RGB 176152105
HSL0.110.310.55
HSV40°40°69°
CMYK 0.000.140.40   0.31
XYZ31.682532.706518.0077
Yxy32.70650.38450.3969
Hunter Lab57.1896-1.194521.3636
CIE-Lab63.92262.187528.0159

#b09869 color RGB value is (176,152,105).

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

The process color (four color CMYK) of #b09869 color hex is 0.00, 0.14, 0.40, 0.31. Web safe color of #b09869 is #999966. Color #b09869 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011000 01101001
Octal 260 230 151
Decimal 176 152 105
Hex B0 98 69

RGB Percentages of Color #b09869

%40.65
%35.10
%24.25

CMYK Percentages of Color #b09869

%0
%14
%40
%31

Triadic Colors of #b09869

#b09869 #69b098 #9869b0

Analogous Colors of #b09869

#b09869 #a5b069 #b07569

Monochromatic Colors of #b09869

#b09869

Complementary Color

#b09869 #6981b0

#b09869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09869 Color CSS Codes

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

#b09869 Text Font Color

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

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


#b09869 Background Color

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

This div background color is #b09869


#b09869 Border Color

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

This div border color is #b09869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09869


Comments

No comments written yet.

Please login to write comment.