#BFA89C

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

Shades of Silk #BFA89C

Tints of Silk #BFA89C

Color information

#BFA89C (or 0xBFA89C) is unknown color: approx Silk. HEX triplet: BF, A8 and 9C. RGB value is (191,168,156). Sum of RGB (Red+Green+Blue) = 191+168+156=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA89C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA89C is #405763. Grayscale: #ADADAD. Windows color (decimal): -4216676 or 10266815. OLE color: 10266815.

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

Color convert

RGB191168156-
CMYK00.120.180.25
HSL20.57º21.47%68.04%-
HSV(B)20.57º18.32%74.9%-
XYZ41.4941.4837.27-
YUV173.51118.12140.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 168 (66.02% from 255) = 32.62%
BLUE value IS 156 (61.33% from 255) = 30.29%
R=37.09%
G=32.62%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116815600.120.180.2520.5721.4768.04
HexBFA89C0C1219151544
Octal27725023401422312525104
Binary10111111101010001001110001100100101100110101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA89C; }

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

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

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

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

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

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

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

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