#BCA476

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

Shades of Fallow #BCA476

Tints of Fallow #BCA476

Color information

#BCA476 (or 0xBCA476) is unknown color: approx Fallow. HEX triplet: BC, A4 and 76. RGB value is (188,164,118). Sum of RGB (Red+Green+Blue) = 188+164+118=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA476 is #435B89. Grayscale: #A6A6A6. Windows color (decimal): -4414346 or 7775420. OLE color: 7775420.

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

Color convert

RGB188164118-
CMYK00.130.370.26
HSL39.43º34.31%60%-
HSV(B)39.43º37.23%73.73%-
XYZ37.2838.5522.62-
YUV165.93100.95143.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 164 (64.45% from 255) = 34.89%
BLUE value IS 118 (46.48% from 255) = 25.11%
R=40%
G=34.89%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816411800.130.370.2639.4334.3160
HexBCA4760D251A27223c
Octal2742441660154532474274
Binary101111001010010011101100110110010111010100111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA476; }

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

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

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

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

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

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

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

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