#BCA179

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

Shades of Fallow #BCA179

Tints of Fallow #BCA179

Color information

#BCA179 (or 0xBCA179) is unknown color: approx Fallow. HEX triplet: BC, A1 and 79. RGB value is (188,161,121). Sum of RGB (Red+Green+Blue) = 188+161+121=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA179 is #435E86. Grayscale: #A4A4A4. Windows color (decimal): -4415111 or 7971260. OLE color: 7971260.

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

Color convert

RGB188161121-
CMYK00.140.360.26
HSL35.82º33.33%60.59%-
HSV(B)35.82º35.64%73.73%-
XYZ36.9437.5623.39-
YUV164.51103.45144.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 161 (63.28% from 255) = 34.26%
BLUE value IS 121 (47.66% from 255) = 25.74%
R=40%
G=34.26%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816112100.140.360.2635.8233.3360.59
HexBCA1790E241A24213d
Octal2742411710164432444175
Binary101111001010000111110010111010010011010100100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA179; }

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

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

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

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

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

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

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

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