#BFA799

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

Shades of Silk #BFA799

Tints of Silk #BFA799

Color information

#BFA799 (or 0xBFA799) is unknown color: approx Silk. HEX triplet: BF, A7 and 99. RGB value is (191,167,153). Sum of RGB (Red+Green+Blue) = 191+167+153=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA799 is #405866. Grayscale: #ACACAC. Windows color (decimal): -4216935 or 10069951. OLE color: 10069951.

HSL color Cylindrical-coordinate representation of color #BFA799: hue angle of 22.11º 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 #BFA799 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB191167153-
CMYK00.130.200.25
HSL22.11º22.89%67.45%-
HSV(B)22.11º19.9%74.9%-
XYZ41.0541.0135.89-
YUV172.58116.95141.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 167 (65.62% from 255) = 32.68%
BLUE value IS 153 (60.16% from 255) = 29.94%
R=37.38%
G=32.68%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116715300.130.200.2522.1122.8967.45
HexBFA7990D1419161743
Octal27724723101524312627103
Binary10111111101001111001100101101101001100110110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA799; }

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

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

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

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

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

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

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

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