#BCA46E

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

Shades of Fallow #BCA46E

Tints of Fallow #BCA46E

Color information

#BCA46E (or 0xBCA46E) is unknown color: approx Fallow. HEX triplet: BC, A4 and 6E. RGB value is (188,164,110). Sum of RGB (Red+Green+Blue) = 188+164+110=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA46E is #435B91. Grayscale: #A5A5A5. Windows color (decimal): -4414354 or 7251132. OLE color: 7251132.

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

Color convert

RGB188164110-
CMYK00.130.410.26
HSL41.54º36.79%58.43%-
HSV(B)41.54º41.49%73.73%-
XYZ36.8338.3720.22-
YUV165.0296.95144.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 164 (64.45% from 255) = 35.50%
BLUE value IS 110 (43.36% from 255) = 23.81%
R=40.69%
G=35.50%
B=23.81%

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
Decimal18816411000.130.410.2641.5436.7958.43
HexBCA46E0D291A2a253a
Octal2742441560155132524572
Binary101111001010010011011100110110100111010101010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA46E; }

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

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

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

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

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

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

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

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