#BFA594

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

Shades of Silk #BFA594

Tints of Silk #BFA594

Color information

#BFA594 (or 0xBFA594) is unknown color: approx Silk. HEX triplet: BF, A5 and 94. RGB value is (191,165,148). Sum of RGB (Red+Green+Blue) = 191+165+148=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA594 is #405A6B. Grayscale: #AAAAAA. Windows color (decimal): -4217452 or 9741759. OLE color: 9741759.

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

Color convert

RGB191165148-
CMYK00.140.230.25
HSL23.72º25.15%66.47%-
HSV(B)23.72º22.51%74.9%-
XYZ40.2940.1233.64-
YUV170.84115.11142.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 165 (64.84% from 255) = 32.74%
BLUE value IS 148 (58.20% from 255) = 29.37%
R=37.90%
G=32.74%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116514800.140.230.2523.7225.1566.47
HexBFA5940E1719181942
Octal27724522401627313031102
Binary10111111101001011001010001110101111100111000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA594; }

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

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

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

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

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

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

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

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