#BCA16D

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

Shades of Fallow #BCA16D

Tints of Fallow #BCA16D

Color information

#BCA16D (or 0xBCA16D) is unknown color: approx Fallow. HEX triplet: BC, A1 and 6D. RGB value is (188,161,109). Sum of RGB (Red+Green+Blue) = 188+161+109=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA16D is #435E92. Grayscale: #A3A3A3. Windows color (decimal): -4415123 or 7184828. OLE color: 7184828.

HSL color Cylindrical-coordinate representation of color #BCA16D: hue angle of 39.49º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCA16D is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB188161109-
CMYK00.140.420.26
HSL39.49º37.09%58.24%-
HSV(B)39.49º42.02%73.73%-
XYZ36.2437.2919.75-
YUV163.1497.45145.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 161 (63.28% from 255) = 35.15%
BLUE value IS 109 (42.97% from 255) = 23.80%
R=41.05%
G=35.15%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816110900.140.420.2639.4937.0958.24
HexBCA16D0E2A1A27253a
Octal2742411550165232474572
Binary101111001010000111011010111010101011010100111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA16D; }

 p { color: rgb(188,161,109); }

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

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

 a { background-color: rgb(188,161,109); }

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

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

 span { border-color: rgb(188,161,109); }

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