#BFAE9C

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

Shades of Silk #BFAE9C

Tints of Silk #BFAE9C

Color information

#BFAE9C (or 0xBFAE9C) is unknown color: approx Silk. HEX triplet: BF, AE and 9C. RGB value is (191,174,156). Sum of RGB (Red+Green+Blue) = 191+174+156=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAE9C is #405163. Grayscale: #B1B1B1. Windows color (decimal): -4215140 or 10268351. OLE color: 10268351.

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

Color convert

RGB191174156-
CMYK00.090.180.25
HSL30.86º21.47%68.04%-
HSV(B)30.86º18.32%74.9%-
XYZ42.6243.7537.65-
YUV177.03116.13137.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.66%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 156 (61.33% from 255) = 29.94%
R=36.66%
G=33.40%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117415600.090.180.2530.8621.4768.04
HexBFAE9C0912191f1544
Octal27725623401122313725104
Binary10111111101011101001110001001100101100111111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE9C; }

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

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

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

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

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

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

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

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