#BCA474

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

Shades of Fallow #BCA474

Tints of Fallow #BCA474

Color information

#BCA474 (or 0xBCA474) is unknown color: approx Fallow. HEX triplet: BC, A4 and 74. RGB value is (188,164,116). Sum of RGB (Red+Green+Blue) = 188+164+116=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA474 is #435B8B. Grayscale: #A5A5A5. Windows color (decimal): -4414348 or 7644348. OLE color: 7644348.

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

Color convert

RGB188164116-
CMYK00.130.380.26
HSL40º34.95%59.61%-
HSV(B)40º38.3%73.73%-
XYZ37.1738.522-
YUV165.799.95143.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.17%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 116 (45.70% from 255) = 24.79%
R=40.17%
G=35.04%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816411600.130.380.264034.9559.61
HexBCA4740D261A28233c
Octal2742441640154632504374
Binary101111001010010011101000110110011011010101000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA474; }

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

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

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

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

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

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

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

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