#BC9465

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

Shades of Fallow #BC9465

Tints of Fallow #BC9465

Color information

#BC9465 (or 0xBC9465) is unknown color: approx Fallow. HEX triplet: BC, 94 and 65. RGB value is (188,148,101). Sum of RGB (Red+Green+Blue) = 188+148+101=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9465 is #436B9A. Grayscale: #9A9A9A. Windows color (decimal): -4418459 or 6657212. OLE color: 6657212.

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

Color convert

RGB188148101-
CMYK00.210.460.26
HSL32.41º39.37%56.67%-
HSV(B)32.41º46.28%73.73%-
XYZ33.6832.8116.87-
YUV154.697.75151.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 148 (58.20% from 255) = 33.87%
BLUE value IS 101 (39.84% from 255) = 23.11%
R=43.02%
G=33.87%
B=23.11%

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
Decimal18814810100.210.460.2632.4139.3756.67
HexBC94650152E1A202739
Octal2742241450255632404771
Binary1011110010010100110010101010110111011010100000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9465; }

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

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

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

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

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

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

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

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