#B0AAA5

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

Shades of Silk #B0AAA5

Tints of Silk #B0AAA5

Color information

#B0AAA5 (or 0xB0AAA5) is unknown color: approx Silk. HEX triplet: B0, AA and A5. RGB value is (176,170,165). Sum of RGB (Red+Green+Blue) = 176+170+165=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AAA5 is #4F555A. Grayscale: #ABABAB. Windows color (decimal): -5199195 or 10857136. OLE color: 10857136.

HSL color Cylindrical-coordinate representation of color #B0AAA5: hue angle of 27.27º degrees, saturation: 0.07, 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 #B0AAA5 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB176170165-
CMYK00.030.060.31
HSL27.27º6.51%66.86%-
HSV(B)27.27º6.25%69.02%-
XYZ39.0740.741.39-
YUV171.22124.49131.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 170 (66.80% from 255) = 33.27%
BLUE value IS 165 (64.84% from 255) = 32.29%
R=34.44%
G=33.27%
B=32.29%

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
Decimal17617016500.030.060.3127.276.5166.86
HexB0AAA50361F1b743
Octal26025224503637337103
Binary10110000101010101010010101111011111110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AAA5; }

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

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

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

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

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

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

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

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