#B49A98

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

Shades of Dusty Grey #B49A98

Tints of Dusty Grey #B49A98

Color information

#B49A98 (or 0xB49A98) is unknown color: approx Dusty Grey. HEX triplet: B4, 9A and 98. RGB value is (180,154,152). Sum of RGB (Red+Green+Blue) = 180+154+152=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49A98 is #4B6567. Grayscale: #A1A1A1. Windows color (decimal): -4941160 or 10001076. OLE color: 10001076.

HSL color Cylindrical-coordinate representation of color #B49A98: hue angle of 4.29º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B49A98 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB180154152-
CMYK00.140.160.29
HSL4.29º15.73%65.1%-
HSV(B)4.29º15.56%70.59%-
XYZ36.0535.0834.58-
YUV161.55122.61141.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 154 (60.55% from 255) = 31.69%
BLUE value IS 152 (59.77% from 255) = 31.28%
R=37.04%
G=31.69%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015415200.140.160.294.2915.7365.1
HexB49A980E101D41041
Octal2642322300162035420101
Binary101101001001101010011000011101000011101100100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A98; }

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

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

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

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

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

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

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

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