#BC9F63

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

Shades of Fallow #BC9F63

Tints of Fallow #BC9F63

Color information

#BC9F63 (or 0xBC9F63) is unknown color: approx Fallow. HEX triplet: BC, 9F and 63. RGB value is (188,159,99). Sum of RGB (Red+Green+Blue) = 188+159+99=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F63 is #43609C. Grayscale: #A1A1A1. Windows color (decimal): -4415645 or 6528956. OLE color: 6528956.

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

Color convert

RGB18815999-
CMYK00.150.470.26
HSL40.45º39.91%56.27%-
HSV(B)40.45º47.34%73.73%-
XYZ35.3936.3916.96-
YUV160.8393.11147.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.15%
GREEN value IS 159 (62.5% from 255) = 35.65%
BLUE value IS 99 (39.06% from 255) = 22.20%
R=42.15%
G=35.65%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881599900.150.470.2640.4539.9156.27
HexBC9F630F2F1A282838
Octal2742371430175732505070
Binary101111001001111111000110111110111111010101000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9F63; }

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

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

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

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

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

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

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

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