Html Css Color HEX #B5ABAB Dark Gray

📋 copy color: '#B5ABAB'

red 181 ◦ green 171 ◦ blue 171

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

Shades of Dark Gray #B5ABAB

Tints of Dark Gray #B5ABAB

RGB

 RED value IS 181 (71.09% from 255) = 34.61%

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

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

R = 34.61%
G = 32.7%
B = 32.7%

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

#B5ABAB (or 0xB5ABAB) is known color: Dark Gray. HEX triplet: B5, AB and AB. RGB value is (181,171,171). Sum of RGB (Red+Green+Blue) = 181+171+171=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ABAB is #4A5454. Grayscale: #AEAEAE. Windows color (decimal): -4871253 or 11250613. OLE color: 11250613.

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

Color convert

RGB 181 171 171 -
CMYK 0 0.06 0.06 0.29
HSL 0.06% 0.69% -
HSV(B) 0.06% 0.71% -
XYZ 40.97 41.89 44.45 -
YUV 173.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 181 171 171 0 0.06 0.06 0.29 0 0.06 0.69
Hex B5 AB AB 0 6 6 1D 0 6 45
Octal 265 253 253 0 6 6 35 0 6 105
Binary 10110101 10101011 10101011 0 110 110 11101 0 110 1000101

Color Harmonies of #B5ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ABAB

Black with #B5ABAB

Text Example


Text Example

White with #B5ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ABAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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