#BBA997

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

Shades of Silk #BBA997

Tints of Silk #BBA997

Color information

#BBA997 (or 0xBBA997) is unknown color: approx Silk. HEX triplet: BB, A9 and 97. RGB value is (187,169,151). Sum of RGB (Red+Green+Blue) = 187+169+151=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA997 is #445668. Grayscale: #ACACAC. Windows color (decimal): -4478569 or 9939387. OLE color: 9939387.

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

Color convert

RGB187169151-
CMYK00.100.190.27
HSL30º20.93%66.27%-
HSV(B)30º19.25%73.33%-
XYZ40.2741.1835.1-
YUV172.33115.96138.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 151 (59.38% from 255) = 29.78%
R=36.88%
G=33.33%
B=29.78%

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
Decimal18716915100.100.190.273020.9366.27
HexBBA9970A131B1e1542
Octal27325122701223333625102
Binary10111011101010011001011101010100111101111110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA997; }

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

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

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

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

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

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

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

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