#BC9D63

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

Shades of Fallow #BC9D63

Tints of Fallow #BC9D63

Color information

#BC9D63 (or 0xBC9D63) is unknown color: approx Fallow. HEX triplet: BC, 9D and 63. RGB value is (188,157,99). Sum of RGB (Red+Green+Blue) = 188+157+99=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9D63 is #43629C. Grayscale: #9F9F9F. Windows color (decimal): -4416157 or 6528444. OLE color: 6528444.

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

Color convert

RGB18815799-
CMYK00.160.470.26
HSL39.1º39.91%56.27%-
HSV(B)39.1º47.34%73.73%-
XYZ35.0535.7116.85-
YUV159.6693.77148.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.34%
GREEN value IS 157 (61.72% from 255) = 35.36%
BLUE value IS 99 (39.06% from 255) = 22.30%
R=42.34%
G=35.36%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881579900.160.470.2639.139.9156.27
HexBC9D630102F1A272838
Octal2742351430205732475070
Binary1011110010011101110001101000010111111010100111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9D63; }

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

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

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

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

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

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

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

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