#BFAFA0

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

Shades of Silk #BFAFA0

Tints of Silk #BFAFA0

Color information

#BFAFA0 (or 0xBFAFA0) is unknown color: approx Silk. HEX triplet: BF, AF and A0. RGB value is (191,175,160). Sum of RGB (Red+Green+Blue) = 191+175+160=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAFA0 is #40505F. Grayscale: #B2B2B2. Windows color (decimal): -4214880 or 10530751. OLE color: 10530751.

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

Color convert

RGB191175160-
CMYK00.080.160.25
HSL29.03º19.5%68.82%-
HSV(B)29.03º16.23%74.9%-
XYZ43.1644.2739.53-
YUV178.07117.8137.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 160 (62.89% from 255) = 30.42%
R=36.31%
G=33.27%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117516000.080.160.2529.0319.568.82
HexBFAFA00810191d1345
Octal27725724001020313523105
Binary10111111101011111010000001000100001100111101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAFA0; }

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

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

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

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

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

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

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

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