#B19390

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

Shades of Thatch #B19390

Tints of Thatch #B19390

Color information

#B19390 (or 0xB19390) is unknown color: approx Thatch. HEX triplet: B1, 93 and 90. RGB value is (177,147,144). Sum of RGB (Red+Green+Blue) = 177+147+144=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B19390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19390 is #4E6C6F. Grayscale: #9B9B9B. Windows color (decimal): -5139568 or 9474993. OLE color: 9474993.

HSL color Cylindrical-coordinate representation of color #B19390: hue angle of 5.45º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B19390 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB177147144-
CMYK00.170.190.31
HSL5.45º17.46%62.94%-
HSV(B)5.45º18.64%69.41%-
XYZ33.632.2330.84-
YUV155.63121.44143.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 147 (57.81% from 255) = 31.41%
BLUE value IS 144 (56.64% from 255) = 30.77%
R=37.82%
G=31.41%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714714400.170.190.315.4517.4662.94
HexB19390011131F5113f
Octal261223220021233752177
Binary101100011001001110010000010001100111111110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19390; }

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

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

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

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

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

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

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

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