Html Css Color HEX #B8A09F Dusty Grey

📋 copy color: '#B8A09F'

red 184 ◦ green 160 ◦ blue 159

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

Shades of Dusty Grey #B8A09F

Tints of Dusty Grey #B8A09F

RGB

 RED value IS 184 (72.27% from 255) = 36.58%

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

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

R = 36.58%
G = 31.81%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B8A09F (or 0xB8A09F) is known color: Dusty Grey. HEX triplet: B8, A0 and 9F. RGB value is (184,160,159). Sum of RGB (Red+Green+Blue) = 184+160+159=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A09F is #475F60. Grayscale: #A7A7A7. Windows color (decimal): -4677473 or 10461368. OLE color: 10461368.

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

Color convert

RGB 184 160 159 -
CMYK 0 0.13 0.14 0.28
HSL 2.4º 0.15% 0.67% -
HSV(B) 2.4º 0.14% 0.72% -
XYZ 38.6 37.84 38.07 -
YUV 167.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 184 160 159 0 0.13 0.14 0.28 2.4 0.15 0.67
Hex B8 A0 9F 0 D E 1C 2 F 43
Octal 270 240 237 0 15 16 34 2 17 103
Binary 10111000 10100000 10011111 0 1101 1110 11100 10 1111 1000011

Color Harmonies of #B8A09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A09F

Black with #B8A09F

Text Example


Text Example

White with #B8A09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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