Html Css Color HEX #B49A99 Dusty Grey

📋 copy color: '#B49A99'

red 180 ◦ green 154 ◦ blue 153

#B49A99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dusty Grey #B49A99

Tints of Dusty Grey #B49A99

RGB

 RED value IS 180 (70.7% from 255) = 36.96%

 GREEN value IS 154 (60.55% from 255) = 31.62%

 BLUE value IS 153 (60.16% from 255) = 31.42%

R = 36.96%
G = 31.62%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B49A99 (or 0xB49A99) is known color: Dusty Grey. HEX triplet: B4, 9A and 99. RGB value is (180,154,153). Sum of RGB (Red+Green+Blue) = 180+154+153=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49A99 is #4B6566. Grayscale: #A1A1A1. Windows color (decimal): -4941159 or 10066612. OLE color: 10066612.

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

Color convert

RGB 180 154 153 -
CMYK 0 0.14 0.15 0.29
HSL 2.22º 0.15% 0.65% -
HSV(B) 2.22º 0.15% 0.71% -
XYZ 36.13 35.11 35.01 -
YUV 161.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 180 154 153 0 0.14 0.15 0.29 2.22 0.15 0.65
Hex B4 9A 99 0 E F 1D 2 F 41
Octal 264 232 231 0 16 17 35 2 17 101
Binary 10110100 10011010 10011001 0 1110 1111 11101 10 1111 1000001

Color Harmonies of #B49A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49A99

Black with #B49A99

Text Example


Text Example

White with #B49A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49A99; }

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

 H1.HeaderClassName
 {
   color: #B49A99;
 }
 .AnyTagClassName
 {
   color: #B49A99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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