#B39590

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

Shades of Thatch #B39590

Tints of Thatch #B39590

Color information

#B39590 (or 0xB39590) is unknown color: approx Thatch. HEX triplet: B3, 95 and 90. RGB value is (179,149,144). Sum of RGB (Red+Green+Blue) = 179+149+144=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B39590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39590 is #4C6A6F. Grayscale: #9D9D9D. Windows color (decimal): -5007984 or 9475507. OLE color: 9475507.

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

Color convert

RGB179149144-
CMYK00.170.200.30
HSL8.57º18.72%63.33%-
HSV(B)8.57º19.55%70.2%-
XYZ34.3733.0930.96-
YUV157.4120.44143.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 149 (58.59% from 255) = 31.57%
BLUE value IS 144 (56.64% from 255) = 30.51%
R=37.92%
G=31.57%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914914400.170.200.308.5718.7263.33
HexB39590011141E9133f
Octal2632252200212436112377
Binary1011001110010101100100000100011010011110100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39590; }

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

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

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

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

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

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

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

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