#BFAA96

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

Shades of Silk #BFAA96

Tints of Silk #BFAA96

Color information

#BFAA96 (or 0xBFAA96) is unknown color: approx Silk. HEX triplet: BF, AA and 96. RGB value is (191,170,150). Sum of RGB (Red+Green+Blue) = 191+170+150=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAA96 is #405569. Grayscale: #AEAEAE. Windows color (decimal): -4216170 or 9874111. OLE color: 9874111.

HSL color Cylindrical-coordinate representation of color #BFAA96: hue angle of 29.27º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFAA96 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB191170150-
CMYK00.110.210.25
HSL29.27º24.26%66.86%-
HSV(B)29.27º21.47%74.9%-
XYZ41.3742.0334.79-
YUV174114.46140.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 170 (66.80% from 255) = 33.27%
BLUE value IS 150 (58.98% from 255) = 29.35%
R=37.38%
G=33.27%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117015000.110.210.2529.2724.2666.86
HexBFAA960B15191d1843
Octal27725222601325313530103
Binary10111111101010101001011001011101011100111101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA96; }

 p { color: rgb(191,170,150); }

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

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

 a { background-color: rgb(191,170,150); }

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

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

 span { border-color: rgb(191,170,150); }

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