#B19B99

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

Shades of Dusty Grey #B19B99

Tints of Dusty Grey #B19B99

Color information

#B19B99 (or 0xB19B99) is unknown color: approx Dusty Grey. HEX triplet: B1, 9B and 99. RGB value is (177,155,153). Sum of RGB (Red+Green+Blue) = 177+155+153=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19B99 is #4E6466. Grayscale: #A1A1A1. Windows color (decimal): -5137511 or 10066865. OLE color: 10066865.

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

Color convert

RGB177155153-
CMYK00.120.140.31
HSL13.33%64.71%-
HSV(B)13.56%69.41%-
XYZ35.635.0935.03-
YUV161.35123.29139.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.49%
GREEN value IS 155 (60.94% from 255) = 31.96%
BLUE value IS 153 (60.16% from 255) = 31.55%
R=36.49%
G=31.96%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715515300.120.140.31513.3364.71
HexB19B990CE1F5d41
Octal2612332310141637515101
Binary1011000110011011100110010110011101111110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19B99; }

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

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

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

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

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

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

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

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