Html Css Color HEX #B4ABAA Dark Gray

📋 copy color: '#B4ABAA'

red 180 ◦ green 171 ◦ blue 170

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

Shades of Dark Gray #B4ABAA

Tints of Dark Gray #B4ABAA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.82%

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

R = 34.55%
G = 32.82%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B4ABAA (or 0xB4ABAA) is known color: Dark Gray. HEX triplet: B4, AB and AA. RGB value is (180,171,170). Sum of RGB (Red+Green+Blue) = 180+171+170=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ABAA is #4B5455. Grayscale: #ADADAD. Windows color (decimal): -4936790 or 11185076. OLE color: 11185076.

HSL color Cylindrical-coordinate representation of color #B4ABAA: hue angle of 6º 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 #B4ABAA is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 171 170 -
CMYK 0 0.05 0.06 0.29
HSL 0.06% 0.69% -
HSV(B) 0.06% 0.71% -
XYZ 40.64 41.73 43.94 -
YUV 173.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 180 171 170 0 0.05 0.06 0.29 6 0.06 0.69
Hex B4 AB AA 0 5 6 1D 6 6 45
Octal 264 253 252 0 5 6 35 6 6 105
Binary 10110100 10101011 10101010 0 101 110 11101 110 110 1000101

Color Harmonies of #B4ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ABAA

Black with #B4ABAA

Text Example


Text Example

White with #B4ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ABAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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