Html Css Color HEX #B4A09F Dusty Grey

📋 copy color: '#B4A09F'

red 180 ◦ green 160 ◦ blue 159

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

Shades of Dusty Grey #B4A09F

Tints of Dusty Grey #B4A09F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.06%

 BLUE value IS 159 (62.5% from 255) = 31.86%

R = 36.07%
G = 32.06%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4A09F (or 0xB4A09F) is known color: Dusty Grey. HEX triplet: B4, A0 and 9F. RGB value is (180,160,159). Sum of RGB (Red+Green+Blue) = 180+160+159=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A09F is #4B5F60. Grayscale: #A5A5A5. Windows color (decimal): -4939617 or 10461364. OLE color: 10461364.

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

Color convert

RGB 180 160 159 -
CMYK 0 0.11 0.12 0.29
HSL 2.86º 0.12% 0.66% -
HSV(B) 2.86º 0.12% 0.71% -
XYZ 37.65 37.35 38.03 -
YUV 165.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 180 160 159 0 0.11 0.12 0.29 2.86 0.12 0.66
Hex B4 A0 9F 0 B C 1D 3 C 42
Octal 264 240 237 0 13 14 35 3 14 102
Binary 10110100 10100000 10011111 0 1011 1100 11101 11 1100 1000010

Color Harmonies of #B4A09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A09F

Black with #B4A09F

Text Example


Text Example

White with #B4A09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A09F; }

 p { color: rgb(180,160,159); }

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

background-color css

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

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

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

border-color css

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

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

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