#BF9C66

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

Shades of Fallow #BF9C66

Tints of Fallow #BF9C66

Color information

#BF9C66 (or 0xBF9C66) is unknown color: approx Fallow. HEX triplet: BF, 9C and 66. RGB value is (191,156,102). Sum of RGB (Red+Green+Blue) = 191+156+102=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9C66 is #406399. Grayscale: #A0A0A0. Windows color (decimal): -4219802 or 6724799. OLE color: 6724799.

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

Color convert

RGB191156102-
CMYK00.180.470.25
HSL36.4º41.01%57.45%-
HSV(B)36.4º46.6%74.9%-
XYZ35.7735.8117.6-
YUV160.3195.1149.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 156 (61.33% from 255) = 34.74%
BLUE value IS 102 (40.23% from 255) = 22.72%
R=42.54%
G=34.74%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115610200.180.470.2536.441.0157.45
HexBF9C660122F19242939
Octal2772341460225731445171
Binary1011111110011100110011001001010111111001100100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9C66; }

 p { color: rgb(191,156,102); }

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

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

 a { background-color: rgb(191,156,102); }

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

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

 span { border-color: rgb(191,156,102); }

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