#BF9063

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

Shades of Fallow #BF9063

Tints of Fallow #BF9063

Color information

#BF9063 (or 0xBF9063) is unknown color: approx Fallow. HEX triplet: BF, 90 and 63. RGB value is (191,144,99). Sum of RGB (Red+Green+Blue) = 191+144+99=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9063 is #406F9C. Grayscale: #999999. Windows color (decimal): -4222877 or 6525119. OLE color: 6525119.

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

Color convert

RGB19114499-
CMYK00.250.480.25
HSL29.35º41.82%56.86%-
HSV(B)29.35º48.17%74.9%-
XYZ33.7131.9216.19-
YUV152.9297.57155.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 144 (56.64% from 255) = 33.18%
BLUE value IS 99 (39.06% from 255) = 22.81%
R=44.01%
G=33.18%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911449900.250.480.2529.3541.8256.86
HexBF906301930191d2a39
Octal2772201430316031355271
Binary101111111001000011000110110011100001100111101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9063; }

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

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

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

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

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

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

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

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