#BCA071

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

Shades of Fallow #BCA071

Tints of Fallow #BCA071

Color information

#BCA071 (or 0xBCA071) is unknown color: approx Fallow. HEX triplet: BC, A0 and 71. RGB value is (188,160,113). Sum of RGB (Red+Green+Blue) = 188+160+113=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA071 is #435F8E. Grayscale: #A3A3A3. Windows color (decimal): -4415375 or 7446716. OLE color: 7446716.

HSL color Cylindrical-coordinate representation of color #BCA071: hue angle of 37.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCA071 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB188160113-
CMYK00.150.400.26
HSL37.6º35.89%59.02%-
HSV(B)37.6º39.89%73.73%-
XYZ36.2937.0320.86-
YUV163.0199.78145.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 160 (62.89% from 255) = 34.71%
BLUE value IS 113 (44.53% from 255) = 24.51%
R=40.78%
G=34.71%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816011300.150.400.2637.635.8959.02
HexBCA0710F281A26243b
Octal2742401610175032464473
Binary101111001010000011100010111110100011010100110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA071; }

 p { color: rgb(188,160,113); }

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

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

 a { background-color: rgb(188,160,113); }

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

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

 span { border-color: rgb(188,160,113); }

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