#B19E9A

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

Shades of Thatch #B19E9A

Tints of Thatch #B19E9A

Color information

#B19E9A (or 0xB19E9A) is unknown color: approx Thatch. HEX triplet: B1, 9E and 9A. RGB value is (177,158,154). Sum of RGB (Red+Green+Blue) = 177+158+154=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19E9A is #4E6165. Grayscale: #A3A3A3. Windows color (decimal): -5136742 or 10133169. OLE color: 10133169.

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

Color convert

RGB177158154-
CMYK00.110.130.31
HSL10.43º12.85%64.9%-
HSV(B)10.43º12.99%69.41%-
XYZ36.1936.1335.64-
YUV163.22122.79137.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.20%
GREEN value IS 158 (62.11% from 255) = 32.31%
BLUE value IS 154 (60.55% from 255) = 31.49%
R=36.20%
G=32.31%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715815400.110.130.3110.4312.8564.9
HexB19E9A0BD1Fad41
Octal26123623201315371215101
Binary10110001100111101001101001011110111111101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19E9A; }

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

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

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

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

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

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

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

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