#BCA065

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

Shades of Fallow #BCA065

Tints of Fallow #BCA065

Color information

#BCA065 (or 0xBCA065) is unknown color: approx Fallow. HEX triplet: BC, A0 and 65. RGB value is (188,160,101). Sum of RGB (Red+Green+Blue) = 188+160+101=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA065 is #435F9A. Grayscale: #A1A1A1. Windows color (decimal): -4415387 or 6660284. OLE color: 6660284.

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

Color convert

RGB188160101-
CMYK00.150.460.26
HSL40.69º39.37%56.67%-
HSV(B)40.69º46.28%73.73%-
XYZ35.6636.7717.53-
YUV161.6593.78146.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 160 (62.89% from 255) = 35.63%
BLUE value IS 101 (39.84% from 255) = 22.49%
R=41.87%
G=35.63%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816010100.150.460.2640.6939.3756.67
HexBCA0650F2E1A292739
Octal2742401450175632514771
Binary101111001010000011001010111110111011010101001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA065; }

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

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

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

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

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

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

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

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