#BFA794

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

Shades of Silk #BFA794

Tints of Silk #BFA794

Color information

#BFA794 (or 0xBFA794) is unknown color: approx Silk. HEX triplet: BF, A7 and 94. RGB value is (191,167,148). Sum of RGB (Red+Green+Blue) = 191+167+148=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA794 is #40586B. Grayscale: #ACACAC. Windows color (decimal): -4216940 or 9742271. OLE color: 9742271.

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

Color convert

RGB191167148-
CMYK00.130.230.25
HSL26.51º25.15%66.47%-
HSV(B)26.51º22.51%74.9%-
XYZ40.6540.8533.76-
YUV172.01114.45141.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 167 (65.62% from 255) = 33.00%
BLUE value IS 148 (58.20% from 255) = 29.25%
R=37.75%
G=33.00%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116714800.130.230.2526.5125.1566.47
HexBFA7940D17191b1942
Octal27724722401527313331102
Binary10111111101001111001010001101101111100111011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA794; }

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

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

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

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

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

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

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

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