#BF9564

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

Shades of Fallow #BF9564

Tints of Fallow #BF9564

Color information

#BF9564 (or 0xBF9564) is unknown color: approx Fallow. HEX triplet: BF, 95 and 64. RGB value is (191,149,100). Sum of RGB (Red+Green+Blue) = 191+149+100=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9564 is #406A9B. Grayscale: #9C9C9C. Windows color (decimal): -4221596 or 6591935. OLE color: 6591935.

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

Color convert

RGB191149100-
CMYK00.220.480.25
HSL32.31º41.55%57.06%-
HSV(B)32.31º47.64%74.9%-
XYZ34.5333.4916.7-
YUV155.9796.41152.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 149 (58.59% from 255) = 33.86%
BLUE value IS 100 (39.45% from 255) = 22.73%
R=43.41%
G=33.86%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114910000.220.480.2532.3141.5557.06
HexBF95640163019202a39
Octal2772251440266031405271
Binary1011111110010101110010001011011000011001100000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9564; }

 p { color: rgb(191,149,100); }

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

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

 a { background-color: rgb(191,149,100); }

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

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

 span { border-color: rgb(191,149,100); }

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