#BFA997

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

Shades of Silk #BFA997

Tints of Silk #BFA997

Color information

#BFA997 (or 0xBFA997) is unknown color: approx Silk. HEX triplet: BF, A9 and 97. RGB value is (191,169,151). Sum of RGB (Red+Green+Blue) = 191+169+151=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 151 (59.38% from 255 or 29.55% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA997 is #405668. Grayscale: #ADADAD. Windows color (decimal): -4216425 or 9939391. OLE color: 9939391.

HSL color Cylindrical-coordinate representation of color #BFA997: hue angle of 27º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFA997 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB191169151-
CMYK00.120.210.25
HSL27º23.81%67.06%-
HSV(B)27º20.94%74.9%-
XYZ41.2641.6935.15-
YUV173.53115.29140.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 151 (59.38% from 255) = 29.55%
R=37.38%
G=33.07%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116915100.120.210.252723.8167.06
HexBFA9970C15191b1843
Octal27725122701425313330103
Binary10111111101010011001011101100101011100111011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA997; }

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

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

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

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

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

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

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

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