#B39692

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

Shades of Thatch #B39692

Tints of Thatch #B39692

Color information

#B39692 (or 0xB39692) is unknown color: approx Thatch. HEX triplet: B3, 96 and 92. RGB value is (179,150,146). Sum of RGB (Red+Green+Blue) = 179+150+146=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 179 - color contains mainly: red. Hex color #B39692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39692 is #4C696D. Grayscale: #9E9E9E. Windows color (decimal): -5007726 or 9606835. OLE color: 9606835.

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

Color convert

RGB179150146-
CMYK00.160.180.30
HSL7.27º17.84%63.73%-
HSV(B)7.27º18.44%70.2%-
XYZ34.6933.4731.83-
YUV158.22121.11142.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.68%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 146 (57.42% from 255) = 30.74%
R=37.68%
G=31.58%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915014600.160.180.307.2717.8463.73
HexB39692010121E71240
Octal2632262220202236722100
Binary1011001110010110100100100100001001011110111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39692; }

 p { color: rgb(179,150,146); }

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

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

 a { background-color: rgb(179,150,146); }

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

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

 span { border-color: rgb(179,150,146); }

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