#BC9F66

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

Shades of Fallow #BC9F66

Tints of Fallow #BC9F66

Color information

#BC9F66 (or 0xBC9F66) is unknown color: approx Fallow. HEX triplet: BC, 9F and 66. RGB value is (188,159,102). Sum of RGB (Red+Green+Blue) = 188+159+102=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F66 is #436099. Grayscale: #A1A1A1. Windows color (decimal): -4415642 or 6725564. OLE color: 6725564.

HSL color Cylindrical-coordinate representation of color #BC9F66: hue angle of 39.77º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC9F66 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB188159102-
CMYK00.150.460.26
HSL39.77º39.09%56.86%-
HSV(B)39.77º45.74%73.73%-
XYZ35.5436.4517.73-
YUV161.1794.61147.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 159 (62.5% from 255) = 35.41%
BLUE value IS 102 (40.23% from 255) = 22.72%
R=41.87%
G=35.41%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815910200.150.460.2639.7739.0956.86
HexBC9F660F2E1A282739
Octal2742371460175632504771
Binary101111001001111111001100111110111011010101000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9F66; }

 p { color: rgb(188,159,102); }

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

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

 a { background-color: rgb(188,159,102); }

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

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

 span { border-color: rgb(188,159,102); }

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