#B09894

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

Shades of Thatch #B09894

Tints of Thatch #B09894

Color information

#B09894 (or 0xB09894) is unknown color: approx Thatch. HEX triplet: B0, 98 and 94. RGB value is (176,152,148). Sum of RGB (Red+Green+Blue) = 176+152+148=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 176 - color contains mainly: red. Hex color #B09894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09894 is #4F676B. Grayscale: #9E9E9E. Windows color (decimal): -5203820 or 9738416. OLE color: 9738416.

HSL color Cylindrical-coordinate representation of color #B09894: hue angle of 8.57º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B09894 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB176152148-
CMYK00.140.160.31
HSL8.57º15.05%63.53%-
HSV(B)8.57º15.91%69.02%-
XYZ34.4833.8232.73-
YUV158.72121.95140.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.97%
GREEN value IS 152 (59.77% from 255) = 31.93%
BLUE value IS 148 (58.20% from 255) = 31.09%
R=36.97%
G=31.93%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615214800.140.160.318.5715.0563.53
HexB098940E101F9f40
Octal26023022401620371117100
Binary101100001001100010010100011101000011111100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09894; }

 p { color: rgb(176,152,148); }

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

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

 a { background-color: rgb(176,152,148); }

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

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

 span { border-color: rgb(176,152,148); }

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