#BCAF9F

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

Shades of Silk #BCAF9F

Tints of Silk #BCAF9F

Color information

#BCAF9F (or 0xBCAF9F) is unknown color: approx Silk. HEX triplet: BC, AF and 9F. RGB value is (188,175,159). Sum of RGB (Red+Green+Blue) = 188+175+159=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF9F is #435060. Grayscale: #B1B1B1. Windows color (decimal): -4411489 or 10465212. OLE color: 10465212.

HSL color Cylindrical-coordinate representation of color #BCAF9F: hue angle of 33.1º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCAF9F is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB188175159-
CMYK00.070.150.26
HSL33.1º17.79%68.04%-
HSV(B)33.1º15.43%73.73%-
XYZ42.3343.8539.03-
YUV177.06117.81135.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 175 (68.75% from 255) = 33.52%
BLUE value IS 159 (62.5% from 255) = 30.46%
R=36.02%
G=33.52%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817515900.070.150.2633.117.7968.04
HexBCAF9F07F1A211244
Octal2742572370717324122104
Binary1011110010101111100111110111111111010100001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAF9F; }

 p { color: rgb(188,175,159); }

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

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

 a { background-color: rgb(188,175,159); }

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

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

 span { border-color: rgb(188,175,159); }

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