#BCA36E

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

Shades of Fallow #BCA36E

Tints of Fallow #BCA36E

Color information

#BCA36E (or 0xBCA36E) is unknown color: approx Fallow. HEX triplet: BC, A3 and 6E. RGB value is (188,163,110). Sum of RGB (Red+Green+Blue) = 188+163+110=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA36E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA36E is #435C91. Grayscale: #A4A4A4. Windows color (decimal): -4414610 or 7250876. OLE color: 7250876.

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

Color convert

RGB188163110-
CMYK00.130.410.26
HSL40.77º36.79%58.43%-
HSV(B)40.77º41.49%73.73%-
XYZ36.6538.0120.16-
YUV164.4397.28144.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 163 (64.06% from 255) = 35.36%
BLUE value IS 110 (43.36% from 255) = 23.86%
R=40.78%
G=35.36%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816311000.130.410.2640.7736.7958.43
HexBCA36E0D291A29253a
Octal2742431560155132514572
Binary101111001010001111011100110110100111010101001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA36E; }

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

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

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

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

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

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

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

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