#B19994

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

Shades of Thatch #B19994

Tints of Thatch #B19994

Color information

#B19994 (or 0xB19994) is unknown color: approx Thatch. HEX triplet: B1, 99 and 94. RGB value is (177,153,148). Sum of RGB (Red+Green+Blue) = 177+153+148=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B19994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19994 is #4E666B. Grayscale: #9F9F9F. Windows color (decimal): -5138028 or 9738673. OLE color: 9738673.

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

Color convert

RGB177153148-
CMYK00.140.160.31
HSL10.34º15.68%63.73%-
HSV(B)10.34º16.38%69.41%-
XYZ34.8734.2732.79-
YUV159.61121.45140.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 148 (58.20% from 255) = 30.96%
R=37.03%
G=32.01%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715314800.140.160.3110.3415.6863.73
HexB199940E101Fa1040
Octal26123122401620371220100
Binary1011000110011001100101000111010000111111010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19994; }

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

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

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

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

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

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

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

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