#B39794

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

Shades of Thatch #B39794

Tints of Thatch #B39794

Color information

#B39794 (or 0xB39794) is unknown color: approx Thatch. HEX triplet: B3, 97 and 94. RGB value is (179,151,148). Sum of RGB (Red+Green+Blue) = 179+151+148=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B39794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39794 is #4C686B. Grayscale: #9F9F9F. Windows color (decimal): -5007468 or 9738163. OLE color: 9738163.

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

Color convert

RGB179151148-
CMYK00.160.170.30
HSL5.81º16.94%64.12%-
HSV(B)5.81º17.32%70.2%-
XYZ3533.8632.71-
YUV159.03121.78142.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.45%
GREEN value IS 151 (59.38% from 255) = 31.59%
BLUE value IS 148 (58.20% from 255) = 30.96%
R=37.45%
G=31.59%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915114800.160.170.305.8116.9464.12
HexB39794010111E61140
Octal2632272240202136621100
Binary1011001110010111100101000100001000111110110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39794; }

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

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

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

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

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

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

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

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