#BC9963

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

Shades of Fallow #BC9963

Tints of Fallow #BC9963

Color information

#BC9963 (or 0xBC9963) is unknown color: approx Fallow. HEX triplet: BC, 99 and 63. RGB value is (188,153,99). Sum of RGB (Red+Green+Blue) = 188+153+99=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9963 is #43669C. Grayscale: #9D9D9D. Windows color (decimal): -4417181 or 6527420. OLE color: 6527420.

HSL color Cylindrical-coordinate representation of color #BC9963: hue angle of 36.4º 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 #BC9963 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB18815399-
CMYK00.190.470.26
HSL36.4º39.91%56.27%-
HSV(B)36.4º47.34%73.73%-
XYZ34.3834.3716.63-
YUV157.3195.1149.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.73%
GREEN value IS 153 (60.16% from 255) = 34.77%
BLUE value IS 99 (39.06% from 255) = 22.5%
R=42.73%
G=34.77%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881539900.190.470.2636.439.9156.27
HexBC99630132F1A242838
Octal2742311430235732445070
Binary1011110010011001110001101001110111111010100100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9963; }

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

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

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

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

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

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

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

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