#BCA16E

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

Shades of Fallow #BCA16E

Tints of Fallow #BCA16E

Color information

#BCA16E (or 0xBCA16E) is unknown color: approx Fallow. HEX triplet: BC, A1 and 6E. RGB value is (188,161,110). Sum of RGB (Red+Green+Blue) = 188+161+110=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA16E is #435E91. Grayscale: #A3A3A3. Windows color (decimal): -4415122 or 7250364. OLE color: 7250364.

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

Color convert

RGB188161110-
CMYK00.140.410.26
HSL39.23º36.79%58.43%-
HSV(B)39.23º41.49%73.73%-
XYZ36.337.3120.04-
YUV163.2697.95145.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 161 (63.28% from 255) = 35.08%
BLUE value IS 110 (43.36% from 255) = 23.97%
R=40.96%
G=35.08%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816111000.140.410.2639.2336.7958.43
HexBCA16E0E291A27253a
Octal2742411560165132474572
Binary101111001010000111011100111010100111010100111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA16E; }

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

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

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

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

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

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

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

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