#BBA797

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

Shades of Silk #BBA797

Tints of Silk #BBA797

Color information

#BBA797 (or 0xBBA797) is unknown color: approx Silk. HEX triplet: BB, A7 and 97. RGB value is (187,167,151). Sum of RGB (Red+Green+Blue) = 187+167+151=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA797 is #445868. Grayscale: #ABABAB. Windows color (decimal): -4479081 or 9938875. OLE color: 9938875.

HSL color Cylindrical-coordinate representation of color #BBA797: hue angle of 26.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBA797 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB187167151-
CMYK00.110.190.27
HSL26.67º20.93%66.27%-
HSV(B)26.67º19.25%73.33%-
XYZ39.940.4434.98-
YUV171.16116.63139.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 167 (65.62% from 255) = 33.07%
BLUE value IS 151 (59.38% from 255) = 29.90%
R=37.03%
G=33.07%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716715100.110.190.2726.6720.9366.27
HexBBA7970B131B1b1542
Octal27324722701323333325102
Binary10111011101001111001011101011100111101111011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA797; }

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

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

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

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

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

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

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

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