#B39390

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

Shades of Thatch #B39390

Tints of Thatch #B39390

Color information

#B39390 (or 0xB39390) is unknown color: approx Thatch. HEX triplet: B3, 93 and 90. RGB value is (179,147,144). Sum of RGB (Red+Green+Blue) = 179+147+144=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 179 - color contains mainly: red. Hex color #B39390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39390 is #4C6C6F. Grayscale: #9C9C9C. Windows color (decimal): -5008496 or 9474995. OLE color: 9474995.

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

Color convert

RGB179147144-
CMYK00.180.200.30
HSL5.14º18.72%63.33%-
HSV(B)5.14º19.55%70.2%-
XYZ34.0632.4630.86-
YUV156.23121.1144.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.09%
GREEN value IS 147 (57.81% from 255) = 31.28%
BLUE value IS 144 (56.64% from 255) = 30.64%
R=38.09%
G=31.28%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914714400.180.200.305.1418.7263.33
HexB39390012141E5133f
Octal263223220022243652377
Binary101100111001001110010000010010101001111010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39390; }

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

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

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

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

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

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

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

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