#B19A95

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

Shades of Thatch #B19A95

Tints of Thatch #B19A95

Color information

#B19A95 (or 0xB19A95) is unknown color: approx Thatch. HEX triplet: B1, 9A and 95. RGB value is (177,154,149). Sum of RGB (Red+Green+Blue) = 177+154+149=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19A95 is #4E656A. Grayscale: #A0A0A0. Windows color (decimal): -5137771 or 9804465. OLE color: 9804465.

HSL color Cylindrical-coordinate representation of color #B19A95: hue angle of 10.71º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B19A95 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB177154149-
CMYK00.130.160.31
HSL10.71º15.22%63.92%-
HSV(B)10.71º15.82%69.41%-
XYZ35.1134.6333.27-
YUV160.31121.62139.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.88%
GREEN value IS 154 (60.55% from 255) = 32.08%
BLUE value IS 149 (58.59% from 255) = 31.04%
R=36.88%
G=32.08%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715414900.130.160.3110.7115.2263.92
HexB19A950D101Fbf40
Octal26123222501520371317100
Binary101100011001101010010101011011000011111101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A95; }

 p { color: rgb(177,154,149); }

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

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

 a { background-color: rgb(177,154,149); }

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

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

 span { border-color: rgb(177,154,149); }

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