Html Css Color HEX #B4ABAB Dark Gray

📋 copy color: '#B4ABAB'

red 180 ◦ green 171 ◦ blue 171

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

Shades of Dark Gray #B4ABAB

Tints of Dark Gray #B4ABAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.76%

R = 34.48%
G = 32.76%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B4ABAB (or 0xB4ABAB) is known color: Dark Gray. HEX triplet: B4, AB and AB. RGB value is (180,171,171). Sum of RGB (Red+Green+Blue) = 180+171+171=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ABAB is #4B5454. Grayscale: #ADADAD. Windows color (decimal): -4936789 or 11250612. OLE color: 11250612.

HSL color Cylindrical-coordinate representation of color #B4ABAB: 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.05%. Process color model (Four color, CMYK) of #B4ABAB is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 171 171 -
CMYK 0 0.05 0.05 0.29
HSL 0.06% 0.69% -
HSV(B) 0.05% 0.71% -
XYZ 40.74 41.77 44.44 -
YUV 173.69 126.48 132.5 -
System Red Green Blue C M Y K H S L
Decimal 180 171 171 0 0.05 0.05 0.29 0 0.06 0.69
Hex B4 AB AB 0 5 5 1D 0 6 45
Octal 264 253 253 0 5 5 35 0 6 105
Binary 10110100 10101011 10101011 0 101 101 11101 0 110 1000101

Color Harmonies of #B4ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ABAB

Black with #B4ABAB

Text Example


Text Example

White with #B4ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ABAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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