#B29792

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

Shades of Thatch #B29792

Tints of Thatch #B29792

Color information

#B29792 (or 0xB29792) is unknown color: approx Thatch. HEX triplet: B2, 97 and 92. RGB value is (178,151,146). Sum of RGB (Red+Green+Blue) = 178+151+146=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 178 - color contains mainly: red. Hex color #B29792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29792 is #4D686D. Grayscale: #9E9E9E. Windows color (decimal): -5073006 or 9607090. OLE color: 9607090.

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

Color convert

RGB178151146-
CMYK00.150.180.30
HSL9.38º17.2%63.53%-
HSV(B)9.38º17.98%69.8%-
XYZ34.6233.6731.87-
YUV158.5120.95141.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.47%
GREEN value IS 151 (59.38% from 255) = 31.79%
BLUE value IS 146 (57.42% from 255) = 30.74%
R=37.47%
G=31.79%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815114600.150.180.309.3817.263.53
HexB297920F121E91140
Octal26222722201722361121100
Binary1011001010010111100100100111110010111101001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29792; }

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

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

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

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

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

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

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

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