#BCA36D

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

Shades of Fallow #BCA36D

Tints of Fallow #BCA36D

Color information

#BCA36D (or 0xBCA36D) is unknown color: approx Fallow. HEX triplet: BC, A3 and 6D. RGB value is (188,163,109). Sum of RGB (Red+Green+Blue) = 188+163+109=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA36D is #435C92. Grayscale: #A4A4A4. Windows color (decimal): -4414611 or 7185340. OLE color: 7185340.

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

Color convert

RGB188163109-
CMYK00.130.420.26
HSL41.01º37.09%58.24%-
HSV(B)41.01º42.02%73.73%-
XYZ36.637.9919.87-
YUV164.3296.78144.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.87%
GREEN value IS 163 (64.06% from 255) = 35.43%
BLUE value IS 109 (42.97% from 255) = 23.70%
R=40.87%
G=35.43%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816310900.130.420.2641.0137.0958.24
HexBCA36D0D2A1A29253a
Octal2742431550155232514572
Binary101111001010001111011010110110101011010101001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA36D; }

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

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

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

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

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

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

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

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