#B3AAA2

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

Shades of Silk #B3AAA2

Tints of Silk #B3AAA2

Color information

#B3AAA2 (or 0xB3AAA2) is unknown color: approx Silk. HEX triplet: B3, AA and A2. RGB value is (179,170,162). Sum of RGB (Red+Green+Blue) = 179+170+162=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AAA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AAA2 is #4C555D. Grayscale: #ABABAB. Windows color (decimal): -5002590 or 10660531. OLE color: 10660531.

HSL color Cylindrical-coordinate representation of color #B3AAA2: hue angle of 28.24º 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 #B3AAA2 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB179170162-
CMYK00.050.090.30
HSL28.24º10.06%66.86%-
HSV(B)28.24º9.5%70.2%-
XYZ39.4940.9440-
YUV171.78122.48133.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.03%
GREEN value IS 170 (66.80% from 255) = 33.27%
BLUE value IS 162 (63.67% from 255) = 31.70%
R=35.03%
G=33.27%
B=31.70%

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
Decimal17917016200.050.090.3028.2410.0666.86
HexB3AAA20591E1ca43
Octal2632522420511363412103
Binary10110011101010101010001001011001111101110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AAA2; }

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

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

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

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

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

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

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

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