#BCA079

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

Shades of Fallow #BCA079

Tints of Fallow #BCA079

Color information

#BCA079 (or 0xBCA079) is unknown color: approx Fallow. HEX triplet: BC, A0 and 79. RGB value is (188,160,121). Sum of RGB (Red+Green+Blue) = 188+160+121=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA079 is #435F86. Grayscale: #A4A4A4. Windows color (decimal): -4415367 or 7971004. OLE color: 7971004.

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

Color convert

RGB188160121-
CMYK00.150.360.26
HSL34.93º33.33%60.59%-
HSV(B)34.93º35.64%73.73%-
XYZ36.7637.2123.33-
YUV163.93103.78145.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 160 (62.89% from 255) = 34.12%
BLUE value IS 121 (47.66% from 255) = 25.80%
R=40.09%
G=34.12%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816012100.150.360.2634.9333.3360.59
HexBCA0790F241A23213d
Octal2742401710174432434175
Binary101111001010000011110010111110010011010100011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA079; }

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

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

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

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

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

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

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

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