#B19490

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

Shades of Thatch #B19490

Tints of Thatch #B19490

Color information

#B19490 (or 0xB19490) is unknown color: approx Thatch. HEX triplet: B1, 94 and 90. RGB value is (177,148,144). Sum of RGB (Red+Green+Blue) = 177+148+144=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B19490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19490 is #4E6B6F. Grayscale: #9C9C9C. Windows color (decimal): -5139312 or 9475249. OLE color: 9475249.

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

Color convert

RGB177148144-
CMYK00.160.190.31
HSL7.27º17.46%62.94%-
HSV(B)7.27º18.64%69.41%-
XYZ33.7632.5430.89-
YUV156.21121.11142.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 148 (58.20% from 255) = 31.56%
BLUE value IS 144 (56.64% from 255) = 30.70%
R=37.74%
G=31.56%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714814400.160.190.317.2717.4662.94
HexB19490010131F7113f
Octal261224220020233772177
Binary101100011001010010010000010000100111111111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19490; }

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

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

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

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

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

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

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

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