#B19D99

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

Shades of Thatch #B19D99

Tints of Thatch #B19D99

Color information

#B19D99 (or 0xB19D99) is unknown color: approx Thatch. HEX triplet: B1, 9D and 99. RGB value is (177,157,153). Sum of RGB (Red+Green+Blue) = 177+157+153=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19D99 is #4E6266. Grayscale: #A2A2A2. Windows color (decimal): -5136999 or 10067377. OLE color: 10067377.

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

Color convert

RGB177157153-
CMYK00.110.140.31
HSL10º13.33%64.71%-
HSV(B)10º13.56%69.41%-
XYZ35.9435.7635.15-
YUV162.52122.63138.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.34%
GREEN value IS 157 (61.72% from 255) = 32.24%
BLUE value IS 153 (60.16% from 255) = 31.42%
R=36.34%
G=32.24%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715715300.110.140.311013.3364.71
HexB19D990BE1Fad41
Octal26123523101316371215101
Binary10110001100111011001100101011111011111101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19D99; }

 p { color: rgb(177,157,153); }

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

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

 a { background-color: rgb(177,157,153); }

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

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

 span { border-color: rgb(177,157,153); }

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