#BFA696

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

Shades of Silk #BFA696

Tints of Silk #BFA696

Color information

#BFA696 (or 0xBFA696) is unknown color: approx Silk. HEX triplet: BF, A6 and 96. RGB value is (191,166,150). Sum of RGB (Red+Green+Blue) = 191+166+150=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA696 is #405969. Grayscale: #ABABAB. Windows color (decimal): -4217194 or 9873087. OLE color: 9873087.

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

Color convert

RGB191166150-
CMYK00.130.210.25
HSL23.41º24.26%66.86%-
HSV(B)23.41º21.47%74.9%-
XYZ40.6340.5534.54-
YUV171.65115.78141.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 166 (65.23% from 255) = 32.74%
BLUE value IS 150 (58.98% from 255) = 29.59%
R=37.67%
G=32.74%
B=29.59%

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
Decimal19116615000.130.210.2523.4124.2666.86
HexBFA6960D1519171843
Octal27724622601525312730103
Binary10111111101001101001011001101101011100110111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA696; }

 p { color: rgb(191,166,150); }

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

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

 a { background-color: rgb(191,166,150); }

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

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

 span { border-color: rgb(191,166,150); }

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