#B39790

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

Shades of Thatch #B39790

Tints of Thatch #B39790

Color information

#B39790 (or 0xB39790) is unknown color: approx Thatch. HEX triplet: B3, 97 and 90. RGB value is (179,151,144). Sum of RGB (Red+Green+Blue) = 179+151+144=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 179 - color contains mainly: red. Hex color #B39790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39790 is #4C686F. Grayscale: #9E9E9E. Windows color (decimal): -5007472 or 9476019. OLE color: 9476019.

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

Color convert

RGB179151144-
CMYK00.160.200.30
HSL12º18.72%63.33%-
HSV(B)12º19.55%70.2%-
XYZ34.6933.7331.07-
YUV158.57119.78142.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.76%
GREEN value IS 151 (59.38% from 255) = 31.86%
BLUE value IS 144 (56.64% from 255) = 30.38%
R=37.76%
G=31.86%
B=30.38%

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
Decimal17915114400.160.200.301218.7263.33
HexB39790010141Ec133f
Octal2632272200202436142377
Binary1011001110010111100100000100001010011110110010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39790; }

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

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

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

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

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

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

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

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