#B29794

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

Shades of Thatch #B29794

Tints of Thatch #B29794

Color information

#B29794 (or 0xB29794) is unknown color: approx Thatch. HEX triplet: B2, 97 and 94. RGB value is (178,151,148). Sum of RGB (Red+Green+Blue) = 178+151+148=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 178 - color contains mainly: red. Hex color #B29794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29794 is #4D686B. Grayscale: #9E9E9E. Windows color (decimal): -5073004 or 9738162. OLE color: 9738162.

HSL color Cylindrical-coordinate representation of color #B29794: hue angle of 6º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B29794 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB178151148-
CMYK00.150.170.30
HSL16.3%63.92%-
HSV(B)16.85%69.8%-
XYZ34.7733.7432.7-
YUV158.73121.95141.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.32%
GREEN value IS 151 (59.38% from 255) = 31.66%
BLUE value IS 148 (58.20% from 255) = 31.03%
R=37.32%
G=31.66%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815114800.150.170.30616.363.92
HexB297940F111E61040
Octal2622272240172136620100
Binary101100101001011110010100011111000111110110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29794; }

 p { color: rgb(178,151,148); }

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

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

 a { background-color: rgb(178,151,148); }

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

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

 span { border-color: rgb(178,151,148); }

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