#B19494

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

Shades of Dusty Grey #B19494

Tints of Dusty Grey #B19494

Color information

#B19494 (or 0xB19494) is unknown color: approx Dusty Grey. HEX triplet: B1, 94 and 94. RGB value is (177,148,148). Sum of RGB (Red+Green+Blue) = 177+148+148=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B19494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19494 is #4E6B6B. Grayscale: #9C9C9C. Windows color (decimal): -5139308 or 9737393. OLE color: 9737393.

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

Color convert

RGB177148148-
CMYK00.160.160.31
HSL15.68%63.73%-
HSV(B)16.38%69.41%-
XYZ34.0732.6732.53-
YUV156.67123.11142.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 148 (58.20% from 255) = 31.29%
BLUE value IS 148 (58.20% from 255) = 31.29%
R=37.42%
G=31.29%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714814800.160.160.31015.6863.73
HexB19494010101F01040
Octal2612242240202037020100
Binary10110001100101001001010001000010000111110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19494; }

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

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

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

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

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

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

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

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