#BFAF9E

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

Shades of Silk #BFAF9E

Tints of Silk #BFAF9E

Color information

#BFAF9E (or 0xBFAF9E) is unknown color: approx Silk. HEX triplet: BF, AF and 9E. RGB value is (191,175,158). Sum of RGB (Red+Green+Blue) = 191+175+158=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAF9E is #405061. Grayscale: #B1B1B1. Windows color (decimal): -4214882 or 10399679. OLE color: 10399679.

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

Color convert

RGB191175158-
CMYK00.080.170.25
HSL30.91º20.5%68.43%-
HSV(B)30.91º17.28%74.9%-
XYZ42.9944.238.61-
YUV177.85116.8137.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.45%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 158 (62.11% from 255) = 30.15%
R=36.45%
G=33.40%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117515800.080.170.2530.9120.568.43
HexBFAF9E0811191f1444
Octal27725723601021313724104
Binary10111111101011111001111001000100011100111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAF9E; }

 p { color: rgb(191,175,158); }

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

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

 a { background-color: rgb(191,175,158); }

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

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

 span { border-color: rgb(191,175,158); }

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