#B09490

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

Shades of Thatch #B09490

Tints of Thatch #B09490

Color information

#B09490 (or 0xB09490) is unknown color: approx Thatch. HEX triplet: B0, 94 and 90. RGB value is (176,148,144). Sum of RGB (Red+Green+Blue) = 176+148+144=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B09490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09490 is #4F6B6F. Grayscale: #9B9B9B. Windows color (decimal): -5204848 or 9475248. OLE color: 9475248.

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

Color convert

RGB176148144-
CMYK00.160.180.31
HSL7.5º16.84%62.75%-
HSV(B)7.5º18.18%69.02%-
XYZ33.5332.4230.88-
YUV155.92121.28142.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 148 (58.20% from 255) = 31.62%
BLUE value IS 144 (56.64% from 255) = 30.77%
R=37.61%
G=31.62%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614814400.160.180.317.516.8462.75
HexB09490010121F8113f
Octal2602242200202237102177
Binary1011000010010100100100000100001001011111100010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09490; }

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

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

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

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

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

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

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

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