#BFA597

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

Shades of Silk #BFA597

Tints of Silk #BFA597

Color information

#BFA597 (or 0xBFA597) is unknown color: approx Silk. HEX triplet: BF, A5 and 97. RGB value is (191,165,151). Sum of RGB (Red+Green+Blue) = 191+165+151=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA597 is #405A68. Grayscale: #ABABAB. Windows color (decimal): -4217449 or 9938367. OLE color: 9938367.

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

Color convert

RGB191165151-
CMYK00.140.210.25
HSL21º23.81%67.06%-
HSV(B)21º20.94%74.9%-
XYZ40.5340.2234.91-
YUV171.18116.61142.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 165 (64.84% from 255) = 32.54%
BLUE value IS 151 (59.38% from 255) = 29.78%
R=37.67%
G=32.54%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116515100.140.210.252123.8167.06
HexBFA5970E1519151843
Octal27724522701625312530103
Binary10111111101001011001011101110101011100110101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA597; }

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

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

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

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

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

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

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

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