#BCA271

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

Shades of Fallow #BCA271

Tints of Fallow #BCA271

Color information

#BCA271 (or 0xBCA271) is unknown color: approx Fallow. HEX triplet: BC, A2 and 71. RGB value is (188,162,113). Sum of RGB (Red+Green+Blue) = 188+162+113=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA271 is #435D8E. Grayscale: #A4A4A4. Windows color (decimal): -4414863 or 7447228. OLE color: 7447228.

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

Color convert

RGB188162113-
CMYK00.140.400.26
HSL39.2º35.89%59.02%-
HSV(B)39.2º39.89%73.73%-
XYZ36.6437.7220.97-
YUV164.1999.11144.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.60%
GREEN value IS 162 (63.67% from 255) = 34.99%
BLUE value IS 113 (44.53% from 255) = 24.41%
R=40.60%
G=34.99%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816211300.140.400.2639.235.8959.02
HexBCA2710E281A27243b
Octal2742421610165032474473
Binary101111001010001011100010111010100011010100111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA271; }

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

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

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

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

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

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

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

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