#BFA892

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

Shades of Silk #BFA892

Tints of Silk #BFA892

Color information

#BFA892 (or 0xBFA892) is unknown color: approx Silk. HEX triplet: BF, A8 and 92. RGB value is (191,168,146). Sum of RGB (Red+Green+Blue) = 191+168+146=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA892 is #40576D. Grayscale: #ACACAC. Windows color (decimal): -4216686 or 9611455. OLE color: 9611455.

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

Color convert

RGB191168146-
CMYK00.120.240.25
HSL29.33º26.01%66.08%-
HSV(B)29.33º23.56%74.9%-
XYZ40.6841.1632.99-
YUV172.37113.12141.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.82%
GREEN value IS 168 (66.02% from 255) = 33.27%
BLUE value IS 146 (57.42% from 255) = 28.91%
R=37.82%
G=33.27%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116814600.120.240.2529.3326.0166.08
HexBFA8920C18191d1a42
Octal27725022201430313532102
Binary10111111101010001001001001100110001100111101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA892; }

 p { color: rgb(191,168,146); }

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

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

 a { background-color: rgb(191,168,146); }

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

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

 span { border-color: rgb(191,168,146); }

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