#BFA797

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

Shades of Silk #BFA797

Tints of Silk #BFA797

Color information

#BFA797 (or 0xBFA797) is unknown color: approx Silk. HEX triplet: BF, A7 and 97. RGB value is (191,167,151). Sum of RGB (Red+Green+Blue) = 191+167+151=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 151 (59.38% from 255 or 29.67% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA797 is #405868. Grayscale: #ACACAC. Windows color (decimal): -4216937 or 9938879. OLE color: 9938879.

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

Color convert

RGB191167151-
CMYK00.130.210.25
HSL24º23.81%67.06%-
HSV(B)24º20.94%74.9%-
XYZ40.8940.9535.03-
YUV172.35115.95141.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 167 (65.62% from 255) = 32.81%
BLUE value IS 151 (59.38% from 255) = 29.67%
R=37.52%
G=32.81%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116715100.130.210.252423.8167.06
HexBFA7970D1519181843
Octal27724722701525313030103
Binary10111111101001111001011101101101011100111000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA797; }

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

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

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

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

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

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

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

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