#BCA276

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

Shades of Fallow #BCA276

Tints of Fallow #BCA276

Color information

#BCA276 (or 0xBCA276) is unknown color: approx Fallow. HEX triplet: BC, A2 and 76. RGB value is (188,162,118). Sum of RGB (Red+Green+Blue) = 188+162+118=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA276 is #435D89. Grayscale: #A4A4A4. Windows color (decimal): -4414858 or 7774908. OLE color: 7774908.

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

Color convert

RGB188162118-
CMYK00.140.370.26
HSL37.71º34.31%60%-
HSV(B)37.71º37.23%73.73%-
XYZ36.9337.8422.5-
YUV164.76101.61144.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.17%
GREEN value IS 162 (63.67% from 255) = 34.62%
BLUE value IS 118 (46.48% from 255) = 25.21%
R=40.17%
G=34.62%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816211800.140.370.2637.7134.3160
HexBCA2760E251A26223c
Octal2742421660164532464274
Binary101111001010001011101100111010010111010100110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA276; }

 p { color: rgb(188,162,118); }

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

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

 a { background-color: rgb(188,162,118); }

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

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

 span { border-color: rgb(188,162,118); }

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