#B09D99

Color #B09D99 Thatch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thatch #B09D99

Tints of Thatch #B09D99

Color information

#B09D99 (or 0xB09D99) is unknown color: approx Thatch. HEX triplet: B0, 9D and 99. RGB value is (176,157,153). Sum of RGB (Red+Green+Blue) = 176+157+153=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09D99 is #4F6266. Grayscale: #A2A2A2. Windows color (decimal): -5202535 or 10067376. OLE color: 10067376.

HSL color Cylindrical-coordinate representation of color #B09D99: hue angle of 10.43º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B09D99 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB176157153-
CMYK00.110.130.31
HSL10.43º12.71%64.51%-
HSV(B)10.43º13.07%69.02%-
XYZ35.7135.6435.13-
YUV162.22122.79137.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 157 (61.72% from 255) = 32.30%
BLUE value IS 153 (60.16% from 255) = 31.48%
R=36.21%
G=32.30%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615715300.110.130.3110.4312.7164.51
HexB09D990BD1Fad41
Octal26023523101315371215101
Binary10110000100111011001100101011110111111101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09D99; }

 p { color: rgb(176,157,153); }

 H1.HeaderClassName
 {
   color: #B09D99;
 }
 .AnyTagClassName
 {
   color: #B09D99;
 }
</style>
background-color css

<style>
 a { background-color: #B09D99; }

 a { background-color: rgb(176,157,153); }

 div.DivClassName
 {
   background-color: #B09D99;
 }
 .BgClassName
 {
   background-color: #B09D99;
 }
</style>
border-color css

<style>
 span { border-color: #B09D99; }

 span { border-color: rgb(176,157,153); }

 td.TdClassName
 {
   border-color: #B09D99;
 }
 .TagClassName
 {
   border-color: #B09D99;
 }
</style>