Html Css Color HEX #B49999 Dusty Grey

📋 copy color: '#B49999'

red 180 ◦ green 153 ◦ blue 153

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

Shades of Dusty Grey #B49999

Tints of Dusty Grey #B49999

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.48%

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

R = 37.04%
G = 31.48%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B49999 (or 0xB49999) is known color: Dusty Grey. HEX triplet: B4, 99 and 99. RGB value is (180,153,153). Sum of RGB (Red+Green+Blue) = 180+153+153=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B49999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49999 is #4B6666. Grayscale: #A1A1A1. Windows color (decimal): -4941415 or 10066356. OLE color: 10066356.

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

Color convert

RGB 180 153 153 -
CMYK 0 0.15 0.15 0.29
HSL 0.15% 0.65% -
HSV(B) 0.15% 0.71% -
XYZ 35.96 34.79 34.96 -
YUV 161.07 123.45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 180 153 153 0 0.15 0.15 0.29 0 0.15 0.65
Hex B4 99 99 0 F F 1D 0 F 41
Octal 264 231 231 0 17 17 35 0 17 101
Binary 10110100 10011001 10011001 0 1111 1111 11101 0 1111 1000001

Color Harmonies of #B49999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49999

Black with #B49999

Text Example


Text Example

White with #B49999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49999; }

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

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

background-color css

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

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

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

border-color css

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

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

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