Html Css Color HEX #B6A09F Dusty Grey

📋 copy color: '#B6A09F'

red 182 ◦ green 160 ◦ blue 159

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

Shades of Dusty Grey #B6A09F

Tints of Dusty Grey #B6A09F

RGB

 RED value IS 182 (71.48% from 255) = 36.33%

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

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

R = 36.33%
G = 31.94%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6A09F (or 0xB6A09F) is known color: Dusty Grey. HEX triplet: B6, A0 and 9F. RGB value is (182,160,159). Sum of RGB (Red+Green+Blue) = 182+160+159=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A09F is #495F60. Grayscale: #A6A6A6. Windows color (decimal): -4808545 or 10461366. OLE color: 10461366.

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

Color convert

RGB 182 160 159 -
CMYK 0 0.12 0.13 0.29
HSL 2.61º 0.14% 0.67% -
HSV(B) 2.61º 0.13% 0.71% -
XYZ 38.12 37.59 38.05 -
YUV 166.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 182 160 159 0 0.12 0.13 0.29 2.61 0.14 0.67
Hex B6 A0 9F 0 C D 1D 3 E 43
Octal 266 240 237 0 14 15 35 3 16 103
Binary 10110110 10100000 10011111 0 1100 1101 11101 11 1110 1000011

Color Harmonies of #B6A09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A09F

Black with #B6A09F

Text Example


Text Example

White with #B6A09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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