#B3AFAF

Color #B3AFAF Dark Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Gray #B3AFAF

Tints of Dark Gray #B3AFAF

Color information

#B3AFAF (or 0xB3AFAF) is unknown color: approx 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

RGB179175175-
CMYK00.020.020.30
HSL2.56%69.41%-
HSV(B)2.23%70.2%-
XYZ41.6643.3446.73-
YUV176.2127.33130-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917517500.020.020.3002.5669.41
HexB3AFAF0221E0345
Octal2632572570223603105
Binary10110011101011111010111101010111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>