#BCA56D

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

Shades of Fallow #BCA56D

Tints of Fallow #BCA56D

Color information

#BCA56D (or 0xBCA56D) is unknown color: approx Fallow. HEX triplet: BC, A5 and 6D. RGB value is (188,165,109). Sum of RGB (Red+Green+Blue) = 188+165+109=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA56D is #435A92. Grayscale: #A5A5A5. Windows color (decimal): -4414099 or 7185852. OLE color: 7185852.

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

Color convert

RGB188165109-
CMYK00.120.420.26
HSL42.53º37.09%58.24%-
HSV(B)42.53º42.02%73.73%-
XYZ36.9538.7119.99-
YUV165.4996.12144.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 165 (64.84% from 255) = 35.71%
BLUE value IS 109 (42.97% from 255) = 23.59%
R=40.69%
G=35.71%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816510900.120.420.2642.5337.0958.24
HexBCA56D0C2A1A2b253a
Octal2742451550145232534572
Binary101111001010010111011010110010101011010101011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA56D; }

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

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

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

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

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

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

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

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