#BFA899

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

Shades of Silk #BFA899

Tints of Silk #BFA899

Color information

#BFA899 (or 0xBFA899) is unknown color: approx Silk. HEX triplet: BF, A8 and 99. RGB value is (191,168,153). Sum of RGB (Red+Green+Blue) = 191+168+153=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA899 is #405766. Grayscale: #ADADAD. Windows color (decimal): -4216679 or 10070207. OLE color: 10070207.

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

Color convert

RGB191168153-
CMYK00.120.200.25
HSL23.68º22.89%67.45%-
HSV(B)23.68º19.9%74.9%-
XYZ41.2441.3835.95-
YUV173.17116.62140.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 168 (66.02% from 255) = 32.81%
BLUE value IS 153 (60.16% from 255) = 29.88%
R=37.30%
G=32.81%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116815300.120.200.2523.6822.8967.45
HexBFA8990C1419181743
Octal27725023101424313027103
Binary10111111101010001001100101100101001100111000101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA899; }

 p { color: rgb(191,168,153); }

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

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

 a { background-color: rgb(191,168,153); }

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

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

 span { border-color: rgb(191,168,153); }

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