Html Css Color HEX #B2A09F Dusty Grey

📋 copy color: '#B2A09F'

red 178 ◦ green 160 ◦ blue 159

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

Shades of Dusty Grey #B2A09F

Tints of Dusty Grey #B2A09F

RGB

 RED value IS 178 (69.92% from 255) = 35.81%

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

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

R = 35.81%
G = 32.19%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2A09F (or 0xB2A09F) is known color: Dusty Grey. HEX triplet: B2, A0 and 9F. RGB value is (178,160,159). Sum of RGB (Red+Green+Blue) = 178+160+159=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A09F is #4D5F60. Grayscale: #A5A5A5. Windows color (decimal): -5070689 or 10461362. OLE color: 10461362.

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

Color convert

RGB 178 160 159 -
CMYK 0 0.10 0.11 0.30
HSL 3.16º 0.11% 0.66% -
HSV(B) 3.16º 0.11% 0.7% -
XYZ 37.19 37.11 38 -
YUV 165.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 178 160 159 0 0.10 0.11 0.30 3.16 0.11 0.66
Hex B2 A0 9F 0 A B 1E 3 B 42
Octal 262 240 237 0 12 13 36 3 13 102
Binary 10110010 10100000 10011111 0 1010 1011 11110 11 1011 1000010

Color Harmonies of #B2A09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A09F

Black with #B2A09F

Text Example


Text Example

White with #B2A09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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