#BBA899

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

Shades of Silk #BBA899

Tints of Silk #BBA899

Color information

#BBA899 (or 0xBBA899) is unknown color: approx Silk. HEX triplet: BB, A8 and 99. RGB value is (187,168,153). Sum of RGB (Red+Green+Blue) = 187+168+153=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA899 is #445766. Grayscale: #ACACAC. Windows color (decimal): -4478823 or 10070203. OLE color: 10070203.

HSL color Cylindrical-coordinate representation of color #BBA899: hue angle of 26.47º 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 #BBA899 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB187168153-
CMYK00.100.180.27
HSL26.47º20%66.67%-
HSV(B)26.47º18.18%73.33%-
XYZ40.2540.8735.9-
YUV171.97117.29138.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 168 (66.02% from 255) = 33.07%
BLUE value IS 153 (60.16% from 255) = 30.12%
R=36.81%
G=33.07%
B=30.12%

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
Decimal18716815300.100.180.2726.472066.67
HexBBA8990A121B1a1443
Octal27325023101222333224103
Binary10111011101010001001100101010100101101111010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA899; }

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

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

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

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

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

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

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

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