#BFAA97

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

Shades of Silk #BFAA97

Tints of Silk #BFAA97

Color information

#BFAA97 (or 0xBFAA97) is unknown color: approx Silk. HEX triplet: BF, AA and 97. RGB value is (191,170,151). Sum of RGB (Red+Green+Blue) = 191+170+151=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAA97 is #405568. Grayscale: #AEAEAE. Windows color (decimal): -4216169 or 9939647. OLE color: 9939647.

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

Color convert

RGB191170151-
CMYK00.110.210.25
HSL28.5º23.81%67.06%-
HSV(B)28.5º20.94%74.9%-
XYZ41.4542.0635.21-
YUV174.11114.96140.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 170 (66.80% from 255) = 33.20%
BLUE value IS 151 (59.38% from 255) = 29.49%
R=37.30%
G=33.20%
B=29.49%

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
Decimal19117015100.110.210.2528.523.8167.06
HexBFAA970B15191d1843
Octal27725222701325313530103
Binary10111111101010101001011101011101011100111101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA97; }

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

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

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

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

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

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

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

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