#B99490

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

Shades of Thatch #B99490

Tints of Thatch #B99490

Color information

#B99490 (or 0xB99490) is unknown color: approx Thatch. HEX triplet: B9, 94 and 90. RGB value is (185,148,144). Sum of RGB (Red+Green+Blue) = 185+148+144=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B99490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99490 is #466B6F. Grayscale: #9E9E9E. Windows color (decimal): -4615024 or 9475257. OLE color: 9475257.

HSL color Cylindrical-coordinate representation of color #B99490: hue angle of 5.85º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B99490 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB185148144-
CMYK00.200.220.27
HSL5.85º22.65%64.51%-
HSV(B)5.85º22.16%72.55%-
XYZ35.6333.5130.98-
YUV158.61119.76146.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 144 (56.64% from 255) = 30.19%
R=38.78%
G=31.03%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514814400.200.220.275.8522.6564.51
HexB99490014161B61741
Octal2712242200242633627101
Binary1011100110010100100100000101001011011011110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99490; }

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

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

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

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

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

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

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

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