#BFAEA1

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

Shades of Silk #BFAEA1

Tints of Silk #BFAEA1

Color information

#BFAEA1 (or 0xBFAEA1) is unknown color: approx Silk. HEX triplet: BF, AE and A1. RGB value is (191,174,161). Sum of RGB (Red+Green+Blue) = 191+174+161=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAEA1 is #40515E. Grayscale: #B1B1B1. Windows color (decimal): -4215135 or 10596031. OLE color: 10596031.

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

Color convert

RGB191174161-
CMYK00.090.160.25
HSL26º18.99%69.02%-
HSV(B)26º15.71%74.9%-
XYZ43.0543.9239.93-
YUV177.6118.63137.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 161 (63.28% from 255) = 30.61%
R=36.31%
G=33.08%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117416100.090.160.252618.9969.02
HexBFAEA10910191a1345
Octal27725624101120313223105
Binary10111111101011101010000101001100001100111010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEA1; }

 p { color: rgb(191,174,161); }

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

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

 a { background-color: rgb(191,174,161); }

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

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

 span { border-color: rgb(191,174,161); }

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