Html Css Color HEX #B4AAAA Dark Gray

📋 copy color: '#B4AAAA'

red 180 ◦ green 170 ◦ blue 170

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

Shades of Dark Gray #B4AAAA

Tints of Dark Gray #B4AAAA

RGB

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

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

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

R = 34.62%
G = 32.69%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B4AAAA (or 0xB4AAAA) is known color: Dark Gray. HEX triplet: B4, AA and AA. RGB value is (180,170,170). Sum of RGB (Red+Green+Blue) = 180+170+170=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AAAA is #4B5555. Grayscale: #ADADAD. Windows color (decimal): -4937046 or 11184820. OLE color: 11184820.

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

Color convert

RGB 180 170 170 -
CMYK 0 0.06 0.06 0.29
HSL 0.06% 0.69% -
HSV(B) 0.06% 0.71% -
XYZ 40.45 41.36 43.88 -
YUV 172.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 180 170 170 0 0.06 0.06 0.29 0 0.06 0.69
Hex B4 AA AA 0 6 6 1D 0 6 45
Octal 264 252 252 0 6 6 35 0 6 105
Binary 10110100 10101010 10101010 0 110 110 11101 0 110 1000101

Color Harmonies of #B4AAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AAAA

Black with #B4AAAA

Text Example


Text Example

White with #B4AAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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