#BFAC99

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

Shades of Silk #BFAC99

Tints of Silk #BFAC99

Color information

#BFAC99 (or 0xBFAC99) is unknown color: approx Silk. HEX triplet: BF, AC and 99. RGB value is (191,172,153). Sum of RGB (Red+Green+Blue) = 191+172+153=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAC99 is #405366. Grayscale: #AFAFAF. Windows color (decimal): -4215655 or 10071231. OLE color: 10071231.

HSL color Cylindrical-coordinate representation of color #BFAC99: hue angle of 30º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFAC99 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB191172153-
CMYK00.100.200.25
HSL30º22.89%67.45%-
HSV(B)30º19.9%74.9%-
XYZ41.9942.8836.2-
YUV175.52115.29139.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.02%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 29.65%
R=37.02%
G=33.33%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117215300.100.200.253022.8967.45
HexBFAC990A14191e1743
Octal27725423101224313627103
Binary10111111101011001001100101010101001100111110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAC99; }

 p { color: rgb(191,172,153); }

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

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

 a { background-color: rgb(191,172,153); }

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

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

 span { border-color: rgb(191,172,153); }

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