#BCA278

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

Shades of Fallow #BCA278

Tints of Fallow #BCA278

Color information

#BCA278 (or 0xBCA278) is unknown color: approx Fallow. HEX triplet: BC, A2 and 78. RGB value is (188,162,120). Sum of RGB (Red+Green+Blue) = 188+162+120=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA278 is #435D87. Grayscale: #A5A5A5. Windows color (decimal): -4414856 or 7905980. OLE color: 7905980.

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

Color convert

RGB188162120-
CMYK00.140.360.26
HSL37.06º33.66%60.39%-
HSV(B)37.06º36.17%73.73%-
XYZ37.0537.8923.13-
YUV164.99102.61144.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 162 (63.67% from 255) = 34.47%
BLUE value IS 120 (47.27% from 255) = 25.53%
R=40%
G=34.47%
B=25.53%

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
Decimal18816212000.140.360.2637.0633.6660.39
HexBCA2780E241A25223c
Octal2742421700164432454274
Binary101111001010001011110000111010010011010100101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA278; }

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

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

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

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

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

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

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

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