Html Css Color HEX #B3AFAF Dark Gray

📋 copy color: '#B3AFAF'

red 179 ◦ green 175 ◦ blue 175

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

Shades of Dark Gray #B3AFAF

Tints of Dark Gray #B3AFAF

RGB

 RED value IS 179 (70.31% from 255) = 33.84%

 GREEN value IS 175 (68.75% from 255) = 33.08%

 BLUE value IS 175 (68.75% from 255) = 33.08%

R = 33.84%
G = 33.08%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B3AFAF (or 0xB3AFAF) is known color: Dark Gray. HEX triplet: B3, AF and AF. RGB value is (179,175,175). Sum of RGB (Red+Green+Blue) = 179+175+175=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AFAF is #4C5050. Grayscale: #B0B0B0. Windows color (decimal): -5001297 or 11513779. OLE color: 11513779.

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

Color convert

RGB 179 175 175 -
CMYK 0 0.02 0.02 0.30
HSL 0.03% 0.69% -
HSV(B) 0.02% 0.7% -
XYZ 41.66 43.34 46.73 -
YUV 176.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 179 175 175 0 0.02 0.02 0.30 0 0.03 0.69
Hex B3 AF AF 0 2 2 1E 0 3 45
Octal 263 257 257 0 2 2 36 0 3 105
Binary 10110011 10101111 10101111 0 10 10 11110 0 11 1000101

Color Harmonies of #B3AFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AFAF

Black with #B3AFAF

Text Example


Text Example

White with #B3AFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AFAF; }

 p { color: rgb(179,175,175); }

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

background-color css

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

 a { background-color: rgb(179,175,175); }

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

border-color css

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

 span { border-color: rgb(179,175,175); }

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