#BBA799

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

Shades of Silk #BBA799

Tints of Silk #BBA799

Color information

#BBA799 (or 0xBBA799) is unknown color: approx Silk. HEX triplet: BB, A7 and 99. RGB value is (187,167,153). Sum of RGB (Red+Green+Blue) = 187+167+153=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA799 is #445866. Grayscale: #ABABAB. Windows color (decimal): -4479079 or 10069947. OLE color: 10069947.

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

Color convert

RGB187167153-
CMYK00.110.180.27
HSL24.71º20%66.67%-
HSV(B)24.71º18.18%73.33%-
XYZ40.0640.535.84-
YUV171.38117.63139.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 167 (65.62% from 255) = 32.94%
BLUE value IS 153 (60.16% from 255) = 30.18%
R=36.88%
G=32.94%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716715300.110.180.2724.712066.67
HexBBA7990B121B191443
Octal27324723101322333124103
Binary10111011101001111001100101011100101101111001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA799; }

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

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

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

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

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

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

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

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