#BBA697

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

Shades of Silk #BBA697

Tints of Silk #BBA697

Color information

#BBA697 (or 0xBBA697) is unknown color: approx Silk. HEX triplet: BB, A6 and 97. RGB value is (187,166,151). Sum of RGB (Red+Green+Blue) = 187+166+151=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA697 is #445968. Grayscale: #AAAAAA. Windows color (decimal): -4479337 or 9938619. OLE color: 9938619.

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

Color convert

RGB187166151-
CMYK00.110.190.27
HSL25º20.93%66.27%-
HSV(B)25º19.25%73.33%-
XYZ39.7240.0734.92-
YUV170.57116.96139.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 166 (65.23% from 255) = 32.94%
BLUE value IS 151 (59.38% from 255) = 29.96%
R=37.10%
G=32.94%
B=29.96%

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
Decimal18716615100.110.190.272520.9366.27
HexBBA6970B131B191542
Octal27324622701323333125102
Binary10111011101001101001011101011100111101111001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA697; }

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

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

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

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

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

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

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

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