#BCA074

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

Shades of Fallow #BCA074

Tints of Fallow #BCA074

Color information

#BCA074 (or 0xBCA074) is unknown color: approx Fallow. HEX triplet: BC, A0 and 74. RGB value is (188,160,116). Sum of RGB (Red+Green+Blue) = 188+160+116=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA074 is #435F8B. Grayscale: #A3A3A3. Windows color (decimal): -4415372 or 7643324. OLE color: 7643324.

HSL color Cylindrical-coordinate representation of color #BCA074: hue angle of 36.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCA074 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB188160116-
CMYK00.150.380.26
HSL36.67º34.95%59.61%-
HSV(B)36.67º38.3%73.73%-
XYZ36.4637.0921.76-
YUV163.36101.28145.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 160 (62.89% from 255) = 34.48%
BLUE value IS 116 (45.70% from 255) = 25%
R=40.52%
G=34.48%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816011600.150.380.2636.6734.9559.61
HexBCA0740F261A25233c
Octal2742401640174632454374
Binary101111001010000011101000111110011011010100101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA074; }

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

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

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

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

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

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

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

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