#BF9663

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

Shades of Fallow #BF9663

Tints of Fallow #BF9663

Color information

#BF9663 (or 0xBF9663) is unknown color: approx Fallow. HEX triplet: BF, 96 and 63. RGB value is (191,150,99). Sum of RGB (Red+Green+Blue) = 191+150+99=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9663 is #40699C. Grayscale: #9C9C9C. Windows color (decimal): -4221341 or 6526655. OLE color: 6526655.

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

Color convert

RGB19115099-
CMYK00.210.480.25
HSL33.26º41.82%56.86%-
HSV(B)33.26º48.17%74.9%-
XYZ34.6433.7916.5-
YUV156.4495.58152.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 150 (58.98% from 255) = 34.09%
BLUE value IS 99 (39.06% from 255) = 22.5%
R=43.41%
G=34.09%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911509900.210.480.2533.2641.8256.86
HexBF96630153019212a39
Octal2772261430256031415271
Binary1011111110010110110001101010111000011001100001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9663; }

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

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

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

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

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

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

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

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