#BFA79A

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

Shades of Silk #BFA79A

Tints of Silk #BFA79A

Color information

#BFA79A (or 0xBFA79A) is unknown color: approx Silk. HEX triplet: BF, A7 and 9A. RGB value is (191,167,154). Sum of RGB (Red+Green+Blue) = 191+167+154=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA79A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA79A is #405865. Grayscale: #ACACAC. Windows color (decimal): -4216934 or 10135487. OLE color: 10135487.

HSL color Cylindrical-coordinate representation of color #BFA79A: hue angle of 21.08º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFA79A is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB191167154-
CMYK00.130.190.25
HSL21.08º22.42%67.65%-
HSV(B)21.08º19.37%74.9%-
XYZ41.1441.0536.33-
YUV172.69117.45141.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 167 (65.62% from 255) = 32.62%
BLUE value IS 154 (60.55% from 255) = 30.08%
R=37.30%
G=32.62%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116715400.130.190.2521.0822.4267.65
HexBFA79A0D1319151644
Octal27724723201523312526104
Binary10111111101001111001101001101100111100110101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA79A; }

 p { color: rgb(191,167,154); }

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

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

 a { background-color: rgb(191,167,154); }

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

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

 span { border-color: rgb(191,167,154); }

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