#BCA46C

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

Shades of Fallow #BCA46C

Tints of Fallow #BCA46C

Color information

#BCA46C (or 0xBCA46C) is unknown color: approx Fallow. HEX triplet: BC, A4 and 6C. RGB value is (188,164,108). Sum of RGB (Red+Green+Blue) = 188+164+108=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA46C is #435B93. Grayscale: #A5A5A5. Windows color (decimal): -4414356 or 7120060. OLE color: 7120060.

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

Color convert

RGB188164108-
CMYK00.130.430.26
HSL42º37.38%58.04%-
HSV(B)42º42.55%73.73%-
XYZ36.7238.3219.65-
YUV164.7995.95144.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.87%
GREEN value IS 164 (64.45% from 255) = 35.65%
BLUE value IS 108 (42.58% from 255) = 23.48%
R=40.87%
G=35.65%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816410800.130.430.264237.3858.04
HexBCA46C0D2B1A2a253a
Octal2742441540155332524572
Binary101111001010010011011000110110101111010101010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA46C; }

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

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

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

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

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

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

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

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