#BC9866

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

Shades of Fallow #BC9866

Tints of Fallow #BC9866

Color information

#BC9866 (or 0xBC9866) is unknown color: approx Fallow. HEX triplet: BC, 98 and 66. RGB value is (188,152,102). Sum of RGB (Red+Green+Blue) = 188+152+102=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9866 is #436799. Grayscale: #9D9D9D. Windows color (decimal): -4417434 or 6723772. OLE color: 6723772.

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

Color convert

RGB188152102-
CMYK00.190.460.26
HSL34.88º39.09%56.86%-
HSV(B)34.88º45.74%73.73%-
XYZ34.3734.1117.34-
YUV157.0696.93150.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 152 (59.77% from 255) = 34.39%
BLUE value IS 102 (40.23% from 255) = 23.08%
R=42.53%
G=34.39%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815210200.190.460.2634.8839.0956.86
HexBC98660132E1A232739
Octal2742301460235632434771
Binary1011110010011000110011001001110111011010100011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9866; }

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

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

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

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

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

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

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

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