#BFAA94

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

Shades of Silk #BFAA94

Tints of Silk #BFAA94

Color information

#BFAA94 (or 0xBFAA94) is unknown color: approx Silk. HEX triplet: BF, AA and 94. RGB value is (191,170,148). Sum of RGB (Red+Green+Blue) = 191+170+148=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAA94 is #40556B. Grayscale: #ADADAD. Windows color (decimal): -4216172 or 9743039. OLE color: 9743039.

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

Color convert

RGB191170148-
CMYK00.110.230.25
HSL30.7º25.15%66.47%-
HSV(B)30.7º22.51%74.9%-
XYZ41.2141.9633.95-
YUV173.77113.46140.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=37.52%
G=33.40%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117014800.110.230.2530.725.1566.47
HexBFAA940B17191f1942
Octal27725222401327313731102
Binary10111111101010101001010001011101111100111111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA94; }

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

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

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

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

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

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

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

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