Html Css Color HEX #B0AAAA Dark Gray

📋 copy color: '#B0AAAA'

red 176 ◦ green 170 ◦ blue 170

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

Shades of Dark Gray #B0AAAA

Tints of Dark Gray #B0AAAA

RGB

 RED value IS 176 (69.14% from 255) = 34.11%

 GREEN value IS 170 (66.8% from 255) = 32.95%

 BLUE value IS 170 (66.8% from 255) = 32.95%

R = 34.11%
G = 32.95%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B0AAAA (or 0xB0AAAA) is known color: Dark Gray. HEX triplet: B0, AA and AA. RGB value is (176,170,170). Sum of RGB (Red+Green+Blue) = 176+170+170=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AAAA is #4F5555. Grayscale: #ABABAB. Windows color (decimal): -5199190 or 11184816. OLE color: 11184816.

HSL color Cylindrical-coordinate representation of color #B0AAAA: hue angle of 0º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B0AAAA is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 170 170 -
CMYK 0 0.03 0.03 0.31
HSL 0.04% 0.68% -
HSV(B) 0.03% 0.69% -
XYZ 39.53 40.88 43.84 -
YUV 171.79 126.99 131 -
System Red Green Blue C M Y K H S L
Decimal 176 170 170 0 0.03 0.03 0.31 0 0.04 0.68
Hex B0 AA AA 0 3 3 1F 0 4 44
Octal 260 252 252 0 3 3 37 0 4 104
Binary 10110000 10101010 10101010 0 11 11 11111 0 100 1000100

Color Harmonies of #B0AAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AAAA

Black with #B0AAAA

Text Example


Text Example

White with #B0AAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AAAA; }

 p { color: rgb(176,170,170); }

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

background-color css

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

 a { background-color: rgb(176,170,170); }

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

border-color css

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

 span { border-color: rgb(176,170,170); }

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