#B99B97

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

Shades of Thatch #B99B97

Tints of Thatch #B99B97

Color information

#B99B97 (or 0xB99B97) is unknown color: approx Thatch. HEX triplet: B9, 9B and 97. RGB value is (185,155,151). Sum of RGB (Red+Green+Blue) = 185+155+151=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99B97 is #466468. Grayscale: #A3A3A3. Windows color (decimal): -4613225 or 9935801. OLE color: 9935801.

HSL color Cylindrical-coordinate representation of color #B99B97: hue angle of 7.06º degrees, saturation: 0.2, 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 #B99B97 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB185155151-
CMYK00.160.180.27
HSL7.06º19.54%65.88%-
HSV(B)7.06º18.38%72.55%-
XYZ37.3135.9934.26-
YUV163.51120.94143.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.68%
GREEN value IS 155 (60.94% from 255) = 31.57%
BLUE value IS 151 (59.38% from 255) = 30.75%
R=37.68%
G=31.57%
B=30.75%

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
Decimal18515515100.160.180.277.0619.5465.88
HexB99B97010121B71442
Octal2712332270202233724102
Binary1011100110011011100101110100001001011011111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99B97; }

 p { color: rgb(185,155,151); }

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

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

 a { background-color: rgb(185,155,151); }

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

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

 span { border-color: rgb(185,155,151); }

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