#BBA897

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

Shades of Silk #BBA897

Tints of Silk #BBA897

Color information

#BBA897 (or 0xBBA897) is unknown color: approx Silk. HEX triplet: BB, A8 and 97. RGB value is (187,168,151). Sum of RGB (Red+Green+Blue) = 187+168+151=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA897 is #445768. Grayscale: #ABABAB. Windows color (decimal): -4478825 or 9939131. OLE color: 9939131.

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

Color convert

RGB187168151-
CMYK00.100.190.27
HSL28.33º20.93%66.27%-
HSV(B)28.33º19.25%73.33%-
XYZ40.0840.835.04-
YUV171.74116.29138.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 168 (66.02% from 255) = 33.20%
BLUE value IS 151 (59.38% from 255) = 29.84%
R=36.96%
G=33.20%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716815100.100.190.2728.3320.9366.27
HexBBA8970A131B1c1542
Octal27325022701223333425102
Binary10111011101010001001011101010100111101111100101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA897; }

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

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

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

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

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

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

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

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