#BFA798

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

Shades of Silk #BFA798

Tints of Silk #BFA798

Color information

#BFA798 (or 0xBFA798) is unknown color: approx Silk. HEX triplet: BF, A7 and 98. RGB value is (191,167,152). Sum of RGB (Red+Green+Blue) = 191+167+152=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA798 is #405867. Grayscale: #ACACAC. Windows color (decimal): -4216936 or 10004415. OLE color: 10004415.

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

Color convert

RGB191167152-
CMYK00.130.200.25
HSL23.08º23.35%67.25%-
HSV(B)23.08º20.42%74.9%-
XYZ40.9740.9835.46-
YUV172.47116.45141.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 167 (65.62% from 255) = 32.75%
BLUE value IS 152 (59.77% from 255) = 29.80%
R=37.45%
G=32.75%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116715200.130.200.2523.0823.3567.25
HexBFA7980D1419171743
Octal27724723001524312727103
Binary10111111101001111001100001101101001100110111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA798; }

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

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

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

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

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

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

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

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