#BC9466

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

Shades of Fallow #BC9466

Tints of Fallow #BC9466

Color information

#BC9466 (or 0xBC9466) is unknown color: approx Fallow. HEX triplet: BC, 94 and 66. RGB value is (188,148,102). Sum of RGB (Red+Green+Blue) = 188+148+102=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9466 is #436B99. Grayscale: #9A9A9A. Windows color (decimal): -4418458 or 6722748. OLE color: 6722748.

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

Color convert

RGB188148102-
CMYK00.210.460.26
HSL32.09º39.09%56.86%-
HSV(B)32.09º45.74%73.73%-
XYZ33.7332.8317.13-
YUV154.7298.25151.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.92%
GREEN value IS 148 (58.20% from 255) = 33.79%
BLUE value IS 102 (40.23% from 255) = 23.29%
R=42.92%
G=33.79%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814810200.210.460.2632.0939.0956.86
HexBC94660152E1A202739
Octal2742241460255632404771
Binary1011110010010100110011001010110111011010100000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9466; }

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

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

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

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

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

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

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

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