#B79996

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

Shades of Thatch #B79996

Tints of Thatch #B79996

Color information

#B79996 (or 0xB79996) is unknown color: approx Thatch. HEX triplet: B7, 99 and 96. RGB value is (183,153,150). Sum of RGB (Red+Green+Blue) = 183+153+150=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 183 - color contains mainly: red. Hex color #B79996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79996 is #486669. Grayscale: #A1A1A1. Windows color (decimal): -4744810 or 9869751. OLE color: 9869751.

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

Color convert

RGB183153150-
CMYK00.160.180.28
HSL5.45º18.64%65.29%-
HSV(B)5.45º18.03%71.76%-
XYZ36.4235.0533.7-
YUV161.63121.44143.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.65%
GREEN value IS 153 (60.16% from 255) = 31.48%
BLUE value IS 150 (58.98% from 255) = 30.86%
R=37.65%
G=31.48%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315315000.160.180.285.4518.6465.29
HexB79996010121C51341
Octal2672312260202234523101
Binary1011011110011001100101100100001001011100101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79996; }

 p { color: rgb(183,153,150); }

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

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

 a { background-color: rgb(183,153,150); }

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

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

 span { border-color: rgb(183,153,150); }

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