#B99C98

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

Shades of Thatch #B99C98

Tints of Thatch #B99C98

Color information

#B99C98 (or 0xB99C98) is unknown color: approx Thatch. HEX triplet: B9, 9C and 98. RGB value is (185,156,152). Sum of RGB (Red+Green+Blue) = 185+156+152=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99C98 is #466367. Grayscale: #A4A4A4. Windows color (decimal): -4612968 or 10001593. OLE color: 10001593.

HSL color Cylindrical-coordinate representation of color #B99C98: hue angle of 7.27º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B99C98 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB185156152-
CMYK00.160.180.27
HSL7.27º19.08%66.08%-
HSV(B)7.27º17.84%72.55%-
XYZ37.5636.3634.74-
YUV164.22121.11142.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.53%
GREEN value IS 156 (61.33% from 255) = 31.64%
BLUE value IS 152 (59.77% from 255) = 30.83%
R=37.53%
G=31.64%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515615200.160.180.277.2719.0866.08
HexB99C98010121B71342
Octal2712342300202233723102
Binary1011100110011100100110000100001001011011111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99C98; }

 p { color: rgb(185,156,152); }

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

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

 a { background-color: rgb(185,156,152); }

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

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

 span { border-color: rgb(185,156,152); }

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