#B39690

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

Shades of Thatch #B39690

Tints of Thatch #B39690

Color information

#B39690 (or 0xB39690) is unknown color: approx Thatch. HEX triplet: B3, 96 and 90. RGB value is (179,150,144). Sum of RGB (Red+Green+Blue) = 179+150+144=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B39690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39690 is #4C696F. Grayscale: #9E9E9E. Windows color (decimal): -5007728 or 9475763. OLE color: 9475763.

HSL color Cylindrical-coordinate representation of color #B39690: hue angle of 10.29º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B39690 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB179150144-
CMYK00.160.200.30
HSL10.29º18.72%63.33%-
HSV(B)10.29º19.55%70.2%-
XYZ34.5333.4131.01-
YUV157.99120.11142.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.84%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 144 (56.64% from 255) = 30.44%
R=37.84%
G=31.71%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915014400.160.200.3010.2918.7263.33
HexB39690010141Ea133f
Octal2632262200202436122377
Binary1011001110010110100100000100001010011110101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39690; }

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

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

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

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

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

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

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

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