#B3AAA3

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

Shades of Silk #B3AAA3

Tints of Silk #B3AAA3

Color information

#B3AAA3 (or 0xB3AAA3) is unknown color: approx Silk. HEX triplet: B3, AA and A3. RGB value is (179,170,163). Sum of RGB (Red+Green+Blue) = 179+170+163=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AAA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AAA3 is #4C555C. Grayscale: #ABABAB. Windows color (decimal): -5002589 or 10726067. OLE color: 10726067.

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

Color convert

RGB179170163-
CMYK00.050.090.30
HSL26.25º9.52%67.06%-
HSV(B)26.25º8.94%70.2%-
XYZ39.5840.9840.47-
YUV171.89122.98133.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.96%
GREEN value IS 170 (66.80% from 255) = 33.20%
BLUE value IS 163 (64.06% from 255) = 31.84%
R=34.96%
G=33.20%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917016300.050.090.3026.259.5267.06
HexB3AAA30591E1aa43
Octal2632522430511363212103
Binary10110011101010101010001101011001111101101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AAA3; }

 p { color: rgb(179,170,163); }

 H1.HeaderClassName
 {
   color: #B3AAA3;
 }
 .AnyTagClassName
 {
   color: #B3AAA3;
 }
</style>
background-color css

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

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

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

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

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

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