#B0AAA6

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

Shades of Silk #B0AAA6

Tints of Silk #B0AAA6

Color information

#B0AAA6 (or 0xB0AAA6) is unknown color: approx Silk. HEX triplet: B0, AA and A6. RGB value is (176,170,166). Sum of RGB (Red+Green+Blue) = 176+170+166=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AAA6 is #4F5559. Grayscale: #ABABAB. Windows color (decimal): -5199194 or 10922672. OLE color: 10922672.

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

Color convert

RGB176170166-
CMYK00.030.060.31
HSL24º5.95%67.06%-
HSV(B)24º5.68%69.02%-
XYZ39.1640.7341.87-
YUV171.34124.99131.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.38%
GREEN value IS 170 (66.80% from 255) = 33.20%
BLUE value IS 166 (65.23% from 255) = 32.42%
R=34.38%
G=33.20%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617016600.030.060.31245.9567.06
HexB0AAA60361F18643
Octal26025224603637306103
Binary10110000101010101010011001111011111110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AAA6; }

 p { color: rgb(176,170,166); }

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

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

 a { background-color: rgb(176,170,166); }

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

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

 span { border-color: rgb(176,170,166); }

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