#BF9A63

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

Shades of Fallow #BF9A63

Tints of Fallow #BF9A63

Color information

#BF9A63 (or 0xBF9A63) is unknown color: approx Fallow. HEX triplet: BF, 9A and 63. RGB value is (191,154,99). Sum of RGB (Red+Green+Blue) = 191+154+99=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9A63 is #40659C. Grayscale: #9F9F9F. Windows color (decimal): -4220317 or 6527679. OLE color: 6527679.

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

Color convert

RGB19115499-
CMYK00.190.480.25
HSL35.87º41.82%56.86%-
HSV(B)35.87º48.17%74.9%-
XYZ35.2935.0916.72-
YUV158.7994.26150.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 154 (60.55% from 255) = 34.68%
BLUE value IS 99 (39.06% from 255) = 22.30%
R=43.02%
G=34.68%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911549900.190.480.2535.8741.8256.86
HexBF9A630133019242a39
Octal2772321430236031445271
Binary1011111110011010110001101001111000011001100100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9A63; }

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

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

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

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

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

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

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

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