#BF9963

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

Shades of Fallow #BF9963

Tints of Fallow #BF9963

Color information

#BF9963 (or 0xBF9963) is unknown color: approx Fallow. HEX triplet: BF, 99 and 63. RGB value is (191,153,99). Sum of RGB (Red+Green+Blue) = 191+153+99=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9963 is #40669C. Grayscale: #9E9E9E. Windows color (decimal): -4220573 or 6527423. OLE color: 6527423.

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

Color convert

RGB19115399-
CMYK00.200.480.25
HSL35.22º41.82%56.86%-
HSV(B)35.22º48.17%74.9%-
XYZ35.1334.7616.66-
YUV158.2194.59151.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 153 (60.16% from 255) = 34.54%
BLUE value IS 99 (39.06% from 255) = 22.35%
R=43.12%
G=34.54%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911539900.200.480.2535.2241.8256.86
HexBF99630143019232a39
Octal2772311430246031435271
Binary1011111110011001110001101010011000011001100011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9963; }

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

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

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

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

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

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

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

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