#BFA895

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

Shades of Silk #BFA895

Tints of Silk #BFA895

Color information

#BFA895 (or 0xBFA895) is unknown color: approx Silk. HEX triplet: BF, A8 and 95. RGB value is (191,168,149). Sum of RGB (Red+Green+Blue) = 191+168+149=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA895 is #40576A. Grayscale: #ACACAC. Windows color (decimal): -4216683 or 9808063. OLE color: 9808063.

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

Color convert

RGB191168149-
CMYK00.120.220.25
HSL27.14º24.71%66.67%-
HSV(B)27.14º21.99%74.9%-
XYZ40.9141.2534.24-
YUV172.71114.62141.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 168 (66.02% from 255) = 33.07%
BLUE value IS 149 (58.59% from 255) = 29.33%
R=37.60%
G=33.07%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116814900.120.220.2527.1424.7166.67
HexBFA8950C16191b1943
Octal27725022501426313331103
Binary10111111101010001001010101100101101100111011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA895; }

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

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

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

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

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

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

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

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