#B99993

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

Shades of Thatch #B99993

Tints of Thatch #B99993

Color information

#B99993 (or 0xB99993) is unknown color: approx Thatch. HEX triplet: B9, 99 and 93. RGB value is (185,153,147). Sum of RGB (Red+Green+Blue) = 185+153+147=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B99993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99993 is #46666C. Grayscale: #A1A1A1. Windows color (decimal): -4613741 or 9673145. OLE color: 9673145.

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

Color convert

RGB185153147-
CMYK00.170.210.27
HSL9.47º21.35%65.1%-
HSV(B)9.47º20.54%72.55%-
XYZ36.6735.232.47-
YUV161.88119.6144.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.14%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 147 (57.81% from 255) = 30.31%
R=38.14%
G=31.55%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515314700.170.210.279.4721.3565.1
HexB99993011151B91541
Octal27123122302125331125101
Binary10111001100110011001001101000110101110111001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99993; }

 p { color: rgb(185,153,147); }

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

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

 a { background-color: rgb(185,153,147); }

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

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

 span { border-color: rgb(185,153,147); }

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