Html Css Color HEX #B49C9A Dusty Grey

📋 copy color: '#B49C9A'

red 180 ◦ green 156 ◦ blue 154

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

Shades of Dusty Grey #B49C9A

Tints of Dusty Grey #B49C9A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.84%

 BLUE value IS 154 (60.55% from 255) = 31.43%

R = 36.73%
G = 31.84%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B49C9A (or 0xB49C9A) is known color: Dusty Grey. HEX triplet: B4, 9C and 9A. RGB value is (180,156,154). Sum of RGB (Red+Green+Blue) = 180+156+154=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49C9A is #4B6365. Grayscale: #A2A2A2. Windows color (decimal): -4940646 or 10132660. OLE color: 10132660.

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

Color convert

RGB 180 156 154 -
CMYK 0 0.13 0.14 0.29
HSL 4.62º 0.15% 0.65% -
HSV(B) 4.62º 0.14% 0.71% -
XYZ 36.54 35.81 35.56 -
YUV 162.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 180 156 154 0 0.13 0.14 0.29 4.62 0.15 0.65
Hex B4 9C 9A 0 D E 1D 5 F 41
Octal 264 234 232 0 15 16 35 5 17 101
Binary 10110100 10011100 10011010 0 1101 1110 11101 101 1111 1000001

Color Harmonies of #B49C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C9A

Black with #B49C9A

Text Example


Text Example

White with #B49C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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