#BC9863

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

Shades of Fallow #BC9863

Tints of Fallow #BC9863

Color information

#BC9863 (or 0xBC9863) is unknown color: approx Fallow. HEX triplet: BC, 98 and 63. RGB value is (188,152,99). Sum of RGB (Red+Green+Blue) = 188+152+99=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9863 is #43679C. Grayscale: #9C9C9C. Windows color (decimal): -4417437 or 6527164. OLE color: 6527164.

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

Color convert

RGB18815299-
CMYK00.190.470.26
HSL35.73º39.91%56.27%-
HSV(B)35.73º47.34%73.73%-
XYZ34.2234.0516.57-
YUV156.7295.43150.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.82%
GREEN value IS 152 (59.77% from 255) = 34.62%
BLUE value IS 99 (39.06% from 255) = 22.55%
R=42.82%
G=34.62%
B=22.55%

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
Decimal1881529900.190.470.2635.7339.9156.27
HexBC98630132F1A242838
Octal2742301430235732445070
Binary1011110010011000110001101001110111111010100100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9863; }

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

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

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

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

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

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

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

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