#BBA999

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

Shades of Silk #BBA999

Tints of Silk #BBA999

Color information

#BBA999 (or 0xBBA999) is unknown color: approx Silk. HEX triplet: BB, A9 and 99. RGB value is (187,169,153). Sum of RGB (Red+Green+Blue) = 187+169+153=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA999 is #445666. Grayscale: #ACACAC. Windows color (decimal): -4478567 or 10070459. OLE color: 10070459.

HSL color Cylindrical-coordinate representation of color #BBA999: hue angle of 28.24º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBA999 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB187169153-
CMYK00.100.180.27
HSL28.24º20%66.67%-
HSV(B)28.24º18.18%73.33%-
XYZ40.4341.2435.97-
YUV172.56116.96138.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.74%
GREEN value IS 169 (66.41% from 255) = 33.20%
BLUE value IS 153 (60.16% from 255) = 30.06%
R=36.74%
G=33.20%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716915300.100.180.2728.242066.67
HexBBA9990A121B1c1443
Octal27325123101222333424103
Binary10111011101010011001100101010100101101111100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA999; }

 p { color: rgb(187,169,153); }

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

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

 a { background-color: rgb(187,169,153); }

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

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

 span { border-color: rgb(187,169,153); }

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