#B19A98

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

Shades of Dusty Grey #B19A98

Tints of Dusty Grey #B19A98

Color information

#B19A98 (or 0xB19A98) is unknown color: approx Dusty Grey. HEX triplet: B1, 9A and 98. RGB value is (177,154,152). Sum of RGB (Red+Green+Blue) = 177+154+152=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19A98 is #4E6567. Grayscale: #A0A0A0. Windows color (decimal): -5137768 or 10001073. OLE color: 10001073.

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

Color convert

RGB177154152-
CMYK00.130.140.31
HSL4.8º13.81%64.51%-
HSV(B)4.8º14.12%69.41%-
XYZ35.3534.7334.55-
YUV160.65123.12139.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.65%
GREEN value IS 154 (60.55% from 255) = 31.88%
BLUE value IS 152 (59.77% from 255) = 31.47%
R=36.65%
G=31.88%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715415200.130.140.314.813.8164.51
HexB19A980DE1F5e41
Octal2612322300151637516101
Binary1011000110011010100110000110111101111110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A98; }

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

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

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

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

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

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

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

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