#BFA99A

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

Shades of Silk #BFA99A

Tints of Silk #BFA99A

Color information

#BFA99A (or 0xBFA99A) is unknown color: approx Silk. HEX triplet: BF, A9 and 9A. RGB value is (191,169,154). Sum of RGB (Red+Green+Blue) = 191+169+154=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA99A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA99A is #405665. Grayscale: #ADADAD. Windows color (decimal): -4216422 or 10135999. OLE color: 10135999.

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

Color convert

RGB191169154-
CMYK00.120.190.25
HSL24.32º22.42%67.65%-
HSV(B)24.32º19.37%74.9%-
XYZ41.5141.7936.45-
YUV173.87116.79140.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.16%
GREEN value IS 169 (66.41% from 255) = 32.88%
BLUE value IS 154 (60.55% from 255) = 29.96%
R=37.16%
G=32.88%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116915400.120.190.2524.3222.4267.65
HexBFA99A0C1319181644
Octal27725123201423313026104
Binary10111111101010011001101001100100111100111000101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA99A; }

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

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

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

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

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

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

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

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